Hi, I am publishing simple Object messages from the JMS-AMQP bridge(qpid-amqp-1-0-client-jms-0.22.jar) to a Python AMQP client (the SWIG proton wrapper from Qpid). The problem is that serializing/deserializing is not happening properly.
Basically I am sending a Date() object in a JMSObjectMessage and getting the output as "\xac\xed\x00\x05sr\x00\x0ejava.util.Datehj\x81\x01KYt\x19\x03\x00\x00xpw\x08\x00\x00\x01B\xa2\x9fRax" in AMQP java receiver and "\ufffd\ufffdsrjava.util.Datehj\ufffdKYtxpB\ufffd\ufffd\ufffd!x" in AMQP python reciever. I get a nice output with JMS receiver though. If I use the Java Messenger API to send the Date() Object in an AMQPValue then AMQP clients can serialize and deserialize properly. Do I need to set some extra headers when sending from JMS/AMQP bridge? or what is it that needs to be done ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Problems-in-publishing-from-AMQP-JMS-Bridge-tp4674936.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.