Hi, I'm getting the following exception when trying to send a simple serialized object through a persistent queue. This is with AQ 4.1.1. Any idea what I'm doing wrong here?
Best, Norbert 23:10:02,560 ERROR [STDERR] javax.jms.JMSException: Unknown data type: 73 23:10:02,563 ERROR [STDERR] at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:46) 23:10:02,565 ERROR [STDERR] at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1181) 23:10:02,567 ERROR [STDERR] at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1551) 23:10:02,569 ERROR [STDERR] at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:465) 23:10:02,571 ERROR [STDERR] at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:356) -- View this message in context: http://www.nabble.com/Unknown-data-type%3A-73-exception-in-ActiveMQConnection.syncSendPacket-tf4016401s2354.html#a11406648 Sent from the ActiveMQ - User mailing list archive at Nabble.com.