Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-14 Thread tabish...@gmail.com
My guess on this one is that you are sending using the async send mode and closing the connection very quickly after a send which results in an incomplete frame on the wire. -- View this message in context: http://activemq.2283324.n4.nabble.com/AmqpProtocolException-Could-not-decode-AMQP-fram

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-05 Thread gurilubana
Yeah I am using amqp 1.0 jms client downloaded from qpid site. The only additional information is that I have 5 threads trying to initiate consumers but each thread is creating a new connection to the active mq server and then initializing its own consumer. There is no sharing of any resources betw

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-05 Thread Timothy Bish
On 05/02/2014 01:49 PM, gurilubana wrote: Does the error means that the client is sending different AMQP version message than what ActiveMQ can understand. My understanding is that ActiveMQ only supports AMQP 1.0. -- View this message in context: http://activemq.2283324.n4.nabble.com/AmqpPr

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-02 Thread gurilubana
Does the error means that the client is sending different AMQP version message than what ActiveMQ can understand. My understanding is that ActiveMQ only supports AMQP 1.0. -- View this message in context: http://activemq.2283324.n4.nabble.com/AmqpProtocolException-Could-not-decode-AMQP-frame-

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-01 Thread Timothy Bish
On 05/01/2014 06:47 PM, gurilubana wrote: Versions: 1. ActiveMQ - 5.9.1 2. Qpid Jms Client for AMPQ 1.0 - version 0.26 -- View this message in context: http://activemq.2283324.n4.nabble.com/AmqpProtocolException-Could-not-decode-AMQP-frame-tp4680794p4680798.html Sent from the ActiveMQ - User

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-01 Thread gurilubana
Versions: 1. ActiveMQ - 5.9.1 2. Qpid Jms Client for AMPQ 1.0 - version 0.26 -- View this message in context: http://activemq.2283324.n4.nabble.com/AmqpProtocolException-Could-not-decode-AMQP-frame-tp4680794p4680798.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-01 Thread Timothy Bish
On 05/01/2014 06:22 PM, gurilubana wrote: My set up is as follows: 1. Broker - ActiveMQ running with amqp enabled mode 2. Publisher - using qpid jms client for AMQP 1.0 2. Consumer - using qpid jms client for AMQP 1.0 Intermittently if I see that when I start consumers, it is not able to connect