Contents

Asynchronous Messages

A Producer can send a message either synchronously or asynchronously.

A normal synchronous Send message involves sending the message to the FioranoMQ server and then waiting for an acknowledgement to be received before returning, whereas an asynchronous send involves sending the message to FioranoMQ server and return without waiting for an acknowledgement. When the acknowledgement is received, FioranoMQ client runtime will notify the client application by invoking the onCompletion method on the application-specified CompletionListener object. If, for some reason, the acknowledgement is not received, FioranoMQ client runtime will notifies the application by invoking the CompletionListener's onException method.

Icon

Refer the Sending Messages Asynchronously section to see the configuration.

Adaptavist ThemeBuilder EngineAtlassian Confluence