-
Bug
-
Resolution: Done
-
Blocker
-
None
-
7.2.0.GA
For more information about origin of this issue see JBEAP-13856.
Scenario
- Start EAP 7.0 (or EAP 7.1)
- Use EAP 7.2 binaries to send and receive message using the JMS API
Expectation: Using the EAP 7.2 binaries it is possible to connect to EAP 7.0 and EAP 7.1 server and send / receive message.
Reality: When the standalone client tries to send or receive a message, NullPointerException is thrown.
Customer impact: Customers cannot use EAP 7.[0-1] with EAP 7.2 artifacts and thus they cannot perform iterative upgrade of EAP.
Detail description
Producer fails with an error.
12:12:13,675 Thread-11 ERROR [org.jboss.qa.hornetq.apps.clients.ProducerTransAck:84] Producer got exception and ended:
java.lang.NullPointerException
at org.apache.activemq.artemis.jms.client.ActiveMQDestination$TYPE.isQueue(ActiveMQDestination.java:387)
at org.apache.activemq.artemis.jms.client.ActiveMQDestination.isQueue(ActiveMQDestination.java:290)
at org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer.doSendx(ActiveMQMessageProducer.java:497)
at org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:191)
at org.jboss.qa.hornetq.apps.clients.Producer11.sendMessage(Producer11.java:44)
at org.jboss.qa.hornetq.apps.clients.ProducerTransAck.run(ProducerTransAck.java:63)
Consumer fails with an error.
12:12:13,598 Thread-12 ERROR [org.jboss.qa.hornetq.apps.clients.ReceiverTransAck:119] Exception was thrown during receiving messages:
java.lang.NullPointerException
at org.apache.activemq.artemis.jms.client.ActiveMQDestination$TYPE.isTemporary(ActiveMQDestination.java:397)
at org.apache.activemq.artemis.jms.client.ActiveMQDestination.isTemporary(ActiveMQDestination.java:308)
at org.apache.activemq.artemis.jms.client.ActiveMQSession.createConsumer(ActiveMQSession.java:367)
at org.apache.activemq.artemis.jms.client.ActiveMQSession.createConsumer(ActiveMQSession.java:344)
at org.jboss.qa.hornetq.apps.clients.ReceiverTransAck.run(ReceiverTransAck.java:71)
- blocks
-
WFLY-10320 Upgrade artemis from 1.5.x to 2.x.x
- Closed
- is related to
-
JBEAP-14005 EAP 7.[0-1] JMS Bridge is not able to connect to EAP 7.2
- Closed
- relates to
-
JBEAP-14010 EAP 7.[0-1] JMS clients are not able to communicate with EAP 7.2 server
- Closed