]
Martyn Taylor reassigned WFWIP-84:
----------------------------------
Assignee: Martyn Taylor (was: Justin Bertram)
[Artemis 2.x upgrade] MDB deployed on EAP 7.2.0 with new Artemis
cannot connect to queue deployed on EAP6
---------------------------------------------------------------------------------------------------------
Key: WFWIP-84
URL:
https://issues.jboss.org/browse/WFWIP-84
Project: WildFly WIP
Issue Type: Bug
Components: Artemis, JMS
Reporter: Martin Švehla
Assignee: Martyn Taylor
Priority: Blocker
Labels: activemq, feature-branch-blocker
I'm not able to connect with MDB deployed on WF14/EAP 7.2.0 with new Artemis to
destination deployed on EAP6.
CLI for configuration EAP7:
{code}
/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=remote-eap6-binding:add(port=6445)
/subsystem=messaging-activemq/server=default/remote-connector=remote-eap6-connector:add(socket-bidning=remote-eap6-binding)
/subsystem=messaging-activemq/server=default/pooled-connection-factory=remote-eap6:add(connectors=[remote-eap6-connector],
entries=["jms/remote-eap6", "java:jboss/exported/jms/remote-eap6"],
protocol-manager-factory="org.apache.activemq.artemis.core.protocol.hornetq.client.HornetQClientProtocolManagerFactory)
{code}
The MDB is annotated with
{code}
@MessageDriven(activationConfig = {
@ActivationConfigProperty(propertyName = "useJNDI", propertyValue =
"false"),
@ActivationConfigProperty(propertyName = "destinationType",
propertyValue = "javax.jms.Queue"),
@ActivationConfigProperty(propertyName = "destination", propertyValue =
"InQueue"),
@ActivationConfigProperty(propertyName = "acknowledgeMode",
propertyValue = "Auto-acknowledge")
})
@ResourceAdapter("remote-eap6")
{code}
This setup worked with EAP 7.1.x and EAP 7.2.0.Beta with older Artemis