Which two statements are true about asynchronous message consumption? (Choose two.)
Options are :
An asynchronous durable subscriber exits once it registers its callback with the server.
Asynchronous consumers must use asynchronous message stores,
Asynchronous consumers use a callback to handle messages,
Each asynchronous consumer object can have at most one listener.
Submit