RE: Scala "Wire format" error on Receive from Queue

2020-02-25 Thread Justin Taylor
: Re: Scala "Wire format" error on Receive from Queue An openwire based client cannot connect to the STOMP port unless that port's transport connector is using the 'auto' transport. You should check your broker configuration and either add an openwire connector or use the

Re: Scala "Wire format" error on Receive from Queue

2020-02-25 Thread Timothy Bish
On 2/25/20 4:32 PM, Justin Taylor wrote: I have ActiveMQ running on a server. I can connect from my PC using Python stomp. With Scala, I get this error: Exception in thread "main" javax.jms.JMSException: Wire format negotiation timeout: peer did not send his wire format. I copied the Scala