Closed Dilshani closed 1 month ago
Did u enable caching for the jms store?
store.jms.cache.connection
Nope, Didn't enable caching.
After disconnection (reconnection) from the broker, this error should come atleast once. But after that if the broker is running, next message should go through to the broker without any issue.
Environment Operating Systems : Redhat and Debian Java Version : JDK1.8 Packs : EI610 PreAlpha Pack ESB Setup: Cluster DB - Oracle 12c Broker - ActiveMQ
Preconditions JMS broker should be configured with EI
Steps to reproduce Break the connection of JMS broker for a long time (Ex: few hours) Restart JMS broker Integration server create connection. Created an API which will store messages in JMS message store (Existing message store) Invoke API
Expected Result Message should store in JMS message store successfully
Actual Result Getting an error as follows:
Note : This issue can be see even through proxies and other services. It take several minutes (depend on the situation) to recover the session and work as expected.