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-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 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.

AmqpProtocolException: Could not decode AMQP frame

2014-05-01 Thread gurilubana
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 to the broker. When I check ActiveMQ log, i

WARN: Transport Connect to tcp:// failed:java.net.SocketException: Connection reset

2014-04-01 Thread gurilubana
Hi, I am running ActiveMQ 5.9.0 release. I am using AMQP as the protocl and using apache qpid client to consume messages from activeMQ broker. Although I have commented out all the protocols except "amqp" in activemq.xml, still periodically I am seeing the below message in broker log (standard out