-
Bug
-
Resolution: Obsolete
-
Critical
-
None
-
fuse-7.3
-
None
Currently, the config-connection-factories.cli attachment contains 2 different connection factories. One is PooledConnectionFactory and the other one is simple non pooling RemoteConnectionFactory. The Durable Subscription scenario doesn't with with PooledConnectionFactory because of limitions of Java EE && JMS. For that scenario, we recommended our customers to use the simple RemoteConnectionFactory. From AMQ 7.2 (not sure), you should configure broker with prefixes if you use embedded resource adapter in EAP to connect to external AMQ - docker env variables AMQ_ANYCAST_PREFIX='jms.queue.' -e AMQ_MULTICAST_PREFIX='jms.topic.'
The durable scenario test case:
- does work against AMQ Broker without the specified prefixes
- doesn't work against AMQ Broker with prefixes
The scenario doesn't configure the JMS topic in JNDI/remote context as described in [1], but that configuration is connected with PooledConnectionFactory that I don't use.
- relates to
-
ENTESB-7946 Durable Subscriber pattern does not work with the external AMQ-7
- Closed
- links to