Open jarek-przygodzki opened 1 year ago
\CC @kabir
WildFly does not include the JMS connector from SmallRye Reactive Messaging at this stage. To send to/receive from JMS in WildFly you need to use standard JMS.
However, in WildFly our embedded ActiveMQ supports AMQP, so you might be able to use https://github.com/wildfly/wildfly/pull/16281 once that is merged.
Whats the recommended solution for using JMS connector from within WildFly with its embedded ActiveMQ server?
Using the connector with default ConnectionFactory does not work
because message acknowledgement fails with
What does work is using the remote connection factory (user/password need to be specified in channel config)
However this seems like a kludge. Is there a batter way?