Details
Description
– HOW TO REPRODUCE –
1) Setup a consumer to listen for messages on Topic XXX using CMS with stomp.
2) Setup a publisher to send a messages from java JMS interface to Topic XXX continually. (with org.fusesource.stomp.jms.*)
3) An exception is thrown in consumer from StompWireFormat::readStompBody() with description "Read Content Length, and no trailing null"
– BLOCK DIAGRAM –
All components are in different hosts and all run under Solaris 10 environment.
C++ CONSUMER | <- | APOLLO 1.6 / AMQ 5.4.2 | <- | JAVA PUBLISHER |
or
C++ CONSUMER | <- | APOLLO 1.6 / AMQ 5.4.2 | <- | C++ PUBLISHER |