Skip to main content
Skip table of contents

Advantages

Durable Connections in FioranoMQ provide a host of advantages over standard JMS implementations:

Network Reliability

Durable connections provide network reliability by storing messages at the client end when the server is down – an essential feature required by most real-world systems.

Store and Forward Capabilities

Durable Connections enable 'store and forward' capabilities at client level.

Transparent Reconnection Code

If Durable Connections are enabled, the client application does not hold the responsibility for reconnection. Reconnection is handled internally by FioranoMQ's runtime library.

Message Browsing of Persisted Messages

FioranoMQ provides a Message Browser which allows messages stored in the data store of the client, to be browsed.

No Vendor Lock-in

Connection revalidation logic is transparent to the client application and is handled by Fiorano's runtime library. Reconnection code and other details do not have to be managed at the application level. Only the connectionfactory with AllowDurableConnection needs to be referred to. Client side persistence and reconnection code is handled in a transparent manner by Fiorano's runtime library.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.