-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
JBoss A-MQ 6.3
-
None
-
Rejected: Not a Bug
-
JMS OpenWire sender:
# java -cp <CLASSPATH> com.redhat.mqe.jms.aoc7_sender --log-msgs dict --broker tcp://localhost:61616 --address "test_direct_transient_list_message" --count 1 --msg-content-list-item "" --msg-content-list-item "String" --msg-content-list-item "~1" --msg-content-list-item "~1.0" --msg-content-list-item "1" --msg-content-list-item "1.0" --msg-content-list-item "~-1" --msg-content-list-item "~-1.3" --msg-content-list-item "-1" --msg-content-list-item "~~1 {'redelivered': False, 'reply_to': None, 'id': '836e6a15-37ad-11e6-9142-545200333dc6', 'user_id':None, 'correlation_id': None, 'priority': 4, 'durable': True, 'ttl': 0, 'type': None, 'expiration': 0, 'timestamp': 1466512905530, 'properties': {'JMSXDeliveryCount': '0'}, 'content': [None, 'String', 1, 1.0, '1', '1.0', -1, -1.3, '-1', '~1']}
<Message sent>
C++ receiver:
# /var/dtests/node_data/clients/aac0_receiver --log-msgs dict --broker localhost:5672 --connection-options "{ protocol : 'amqp1.0' }" --address "'jms.queue.test_direct_transient_list_message'" --count 1
<No message received>
Python-Proton receiver:
# /var/dtests/node_data/clients/aac5_receiver.py --broker-url "localhost:5672/jms.queue.test_direct_transient_list_message" --log-msgs dict --count 1
<No message received>
Qpid-jms receiver:
# java -cp <CLASSPATH> -Daac1.jndi=/var/dtests/node_data/clients/java/aac/resources/jndi.properties -Dlog4j.configuration=file:/var/dtests/node_data/clients/java/aac/resources/log4j.properties com.redhat.mqe.jms.aac1_receiver --log-msgs dict --broker localhost:5672 --address "jms.queue.test_direct_transient_list_message" --count 1
<No message received>
Note: following message is displayed when trying to display the message in Hawtio:
- Unsupported message body type which cannot be displayed by hawtio
Note: QE client constructs the constructs the list message as an ObjectMessage containing the List.
Note: QE client may be found here:
- is related to
-
ENTMQBR-159 [Interoperability] List/Object message sent by OpenWire JMS client can't be consumed with other clients
- Closed