Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 95827 invoked from network); 2 Oct 2006 22:05:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 22:05:49 -0000 Received: (qmail 22584 invoked by uid 500); 2 Oct 2006 22:05:47 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 22482 invoked by uid 500); 2 Oct 2006 22:05:47 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 22473 invoked by uid 99); 2 Oct 2006 22:05:47 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 15:05:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [72.21.53.35] ([72.21.53.35:39055] helo=talk.nabble.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 96/59-24395-E2D81254 for ; Mon, 02 Oct 2006 15:05:38 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GUVuQ-0002YR-3E for activemq-users@geronimo.apache.org; Mon, 02 Oct 2006 15:05:10 -0700 Message-ID: <6610593.post@talk.nabble.com> Date: Mon, 2 Oct 2006 15:05:10 -0700 (PDT) From: kieran1 To: activemq-users@geronimo.apache.org Subject: Null JMS Destination MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: KMurphy@herzumsoftware.com X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Today it appears we have gotten a case where messages made it to ActiveMQ with a null JMS destination. The trace below appeared in activemq.log for every message sent. Has anyone seen anything similar? 2006-10-02 21:11:37,781 [ocalport=61616]] WARN BrokerClientImpl - caught exception consuming packet: ACTIVEMQ_OBJECT_MESSAGE: id = 0 ActiveMQMessage{ , jmsMessageID = ID:whreal1.alleanzasalute.it-59045-1159814047343-68318:0, bodyAsBytes = org.activemq.message.util.ByteArray@1592469, readOnlyMessage = false, jmsClientID = 'ID:whreal1.alleanzasalute.it-59045-1159814047343-68223:' , jmsCorrelationID = 'null' , jmsDestination = null, jmsReplyTo = null, jmsDeliveryMode = 2, jmsRedelivered = false, jmsType = 'null' , jmsExpiration = 0, jmsPriority = 4, jmsTimestamp = 1159816297767, properties = null, readOnlyProperties = false, entryBrokerName = 'reporting2' , entryClusterName = 'default' , consumerNos = null, transactionId = 'null' , xaTransacted = false, consumerIdentifer = 'null' , messageConsumed = false, transientConsumed = false, sequenceNumber = 0, deliveryCount = 1, dispatchedFromDLQ = false, messageAcknowledge = null, jmsMessageIdentity = null, producerKey = ID:whreal1.alleanzasalute.it-59045-1159814047343-68318: } ActiveMQObjectMessage{ object = null } java.lang.NullPointerException at org.activemq.broker.impl.DefaultBroker.sendMessage(DefaultBroker.java:283) at org.activemq.broker.impl.BrokerContainerImpl.sendMessage(BrokerContainerImpl.java:462) at org.activemq.broker.impl.BrokerConnectorImpl.sendMessage(BrokerConnectorImpl.java:271) at org.activemq.broker.impl.BrokerClientImpl.consumeActiveMQMessage(BrokerClientImpl.java:693) at org.activemq.broker.impl.BrokerClientImpl.consume(BrokerClientImpl.java:306) at org.activemq.transport.TransportChannelSupport.doConsumePacket(TransportChannelSupport.java:374) at org.activemq.transport.TransportChannelSupport.doConsumePacket(TransportChannelSupport.java:368) at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:310) at java.lang.Thread.run(Unknown Source) -- View this message in context: http://www.nabble.com/Null-JMS-Destination-tf2372770.html#a6610593 Sent from the ActiveMQ - User mailing list archive at Nabble.com.