Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 19837 invoked from network); 3 Jan 2011 11:43:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2011 11:43:35 -0000 Received: (qmail 53780 invoked by uid 500); 3 Jan 2011 11:43:35 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 53526 invoked by uid 500); 3 Jan 2011 11:43:32 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 53518 invoked by uid 99); 3 Jan 2011 11:43:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jan 2011 11:43:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjau-user-2@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jan 2011 11:43:23 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PZioY-0000Kh-8N for users@activemq.apache.org; Mon, 03 Jan 2011 12:43:02 +0100 Received: from mail.2e-systems.com ([217.86.139.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 12:43:02 +0100 Received: from aleksandar by mail.2e-systems.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 12:43:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@activemq.apache.org From: Aleksandar Ivanisevic Subject: ActiveMQ.Agent and binary messages Date: Mon, 03 Jan 2011 12:42:49 +0100 Organization: Individual Lines: 15 Sender: alex@alex.2e-systems.com Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: mail.2e-systems.com Original-Sender: aleksandar@ivanisevic.de X-Face: "4JwcMHVV7.+Q"O&7#~e!/D3&-We*\6>YCmt~!;eHB\Qc$GGC}v}V[BFN]+pX;wqky_vXgj Ag!*"Am:~ffPJV&#cV*0"NeN9I]gaK$eDg`>`!5Ep&J_:/#KPnG3g.u|DV]i7P@l#46^UkNF\#"N%Q s9VP9Clc>qmNO$c(.^"2~nkJ.0LC+F{"sZI@+Ut User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:w3sHnBqhGLeoItMW9kuCvB/L5FM= Any particular reason why is ActiveMQ Agent discarding binary messages as invalid? 2011-01-03 11:44:30,923 | WARN | Ignoring invalid message: ActiveMQBytesMessage {commandId = 5, responseRequired = true, messageId = ID:ST ATS2-54657-1294051436643-4:152:-1:1:1, originalDestination = null, originalTransactionId = null, producerId = ID:STATS2-54657-1294051436643 -4:152:-1:1, destination = topic://ActiveMQ.Agent, transactionId = null, expiration = 1294055070000, timestamp = 1294051470922, arrival = 0 , brokerInTime = 1294051470922, brokerOutTime = 1294051470923, correlationId = null, replyTo = temp-queue://ID:STATS2-54657-1294051436643-4 :152:1, persistent = true, type = null, priority = 0, groupID = null, groupSequence = 0, targetConsumerId = null, compressed = false, userI D = null, content = org.apache.activemq.util.ByteSequence@96ea4f, marshalledProperties = null, dataStructure = null, redeliveryCounter = 0, size = 1030, properties = null, readOnlyProperties = true, readOnlyBody = true, droppable = false} ActiveMQBytesMessage{ bytesOut = null, dataOut = null, dataIn = null } | org.apache.activemq.broker.util.CommandMessageListener | ActiveMQ Session: ID:STATS2-54657-1294051436643- 2:1:1 If I send a text message everything is OK. This is all via STOMP if it matters.