Re: Unknown data type: 73 exception in ActiveMQConnection.syncSendPacket

2007-07-03 Thread nkiesel
Oops, forgot the stack trace 2007-07-03 10:37:10,513 ERROR [STDERR] Caused by: java.io.IOException: Unknown data type: 73 2007-07-03 10:37:10,514 ERROR [STDERR] at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:342) 2007-07-03 10:37:10,514 ERROR [STDERR] at org.apac

Re: Unknown data type: 73 exception in ActiveMQConnection.syncSendPacket

2007-07-03 Thread nkiesel
James.Strachan wrote: > > Sounds like you are communicating with an old broker; or using the > incorrect port (e.g. talking to the stomp port or something). Maybe > turn off the multicast discovery and double check your client jars > match your broker jars > > Hi, I switched to the apache-act

Re: Unknown data type: 73 exception in ActiveMQConnection.syncSendPacket

2007-07-03 Thread nkiesel
James.Strachan wrote: > > Sounds like you are communicating with an old broker; or using the > incorrect port (e.g. talking to the stomp port or something). Maybe > turn off the multicast discovery and double check your client jars > match your broker jars > > On 7/3/07, nkiesel <[EMAIL PROTECT

Re: Unknown data type: 73 exception in ActiveMQConnection.syncSendPacket

2007-07-03 Thread James Strachan
Sounds like you are communicating with an old broker; or using the incorrect port (e.g. talking to the stomp port or something). Maybe turn off the multicast discovery and double check your client jars match your broker jars On 7/3/07, nkiesel <[EMAIL PROTECTED]> wrote: Hi, I'm getting the fol