[jboss-jira] [JBoss JIRA] (WFWIP-84) [Artemis 2.x upgrade] MDB deployed on EAP 7.2.0 with new Artemis cannot connect to queue deployed on EAP6
Justin Bertram (JIRA)
issues at jboss.org
Wed Aug 8 15:38:00 EDT 2018
[ https://issues.jboss.org/browse/WFWIP-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616640#comment-13616640 ]
Justin Bertram commented on WFWIP-84:
-------------------------------------
[~msvehla], what error are you receiving? Is there any automated test for this?
> [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: Justin Bertram
> 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
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list