Re: java.lang.NumberFormatException: property JMS_AMQP_MESSAGE_FORMAT was null

2014-01-16 Thread amquser07
I was able to reproduce this by first creating a message on a queue using the web console. I then used Qpid Proton messenger to consume via the amqp protocol from that queue. When the consumer connects, I get the exception in my amq log. So I think the issue is consuming a message with AMQP that

Re: java.lang.NumberFormatException: property JMS_AMQP_MESSAGE_FORMAT was null

2013-10-16 Thread Christian Posta
O | jvm 3| 2013/10/07 15:13:24 | java.lang.NumberFormatException: > property JMS_AMQP_MESSAGE_FORMAT was null > INFO | jvm 3| 2013/10/07 15:13:24 | at > org.apache.activemq.command.ActiveMQMessage.getLongProperty(ActiveMQMessage.java:619) > INFO | jvm 3

java.lang.NumberFormatException: property JMS_AMQP_MESSAGE_FORMAT was null

2013-10-07 Thread Graham Leggett
Hi all, Earlier this afternoon we starting seeing the following exception recorded in our activemq v5.8.0 wrapper.log file. Can anyone shed some light on what it means? INFO | jvm 3| 2013/10/07 15:13:24 | java.lang.NumberFormatException: property JMS_AMQP_MESSAGE_FORMAT was null INFO