Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Invalid
-
0.28, Future
-
None
-
None
-
Qpid JMS libraries 0.28-SNAPSHOT or 0.30-SNAPSHOT
AMQP JMS Client was running on 64-bit Linux with JDK 1.7
AMQP Broker was ActiveMQ 5.8.0 running on same machine as client
Description
Steps to reproduce:
1. Setup ActiveMQ 5.8.0 with stock configuration and configure the amqp connector to use the JMS transport transformer:
<transportConnector name="amqp" uri="amqp://0.0.0.0:5672?maximumConnections=1000&wireformat.maxFrameSize=104857600&transport.transformer=jms"/>
2. Execute attached QpidProducerTest code using 0.28-SNAPSHOT or 0.30-SNAPSHOT and notice that producer.send hangs.
3. Note that this bug is not reproducible when using 0.26.