From users-return-23478-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Mon May 03 14:03:57 2010 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 59457 invoked from network); 3 May 2010 14:03:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 May 2010 14:03:57 -0000 Received: (qmail 34242 invoked by uid 500); 3 May 2010 14:03:56 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 34208 invoked by uid 500); 3 May 2010 14:03:56 -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 34141 invoked by uid 99); 3 May 2010 14:03:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 14:03:56 +0000 X-ASF-Spam-Status: No, hits=-0.2 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of norman.maurer@googlemail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 14:03:51 +0000 Received: by wwg30 with SMTP id 30so8754wwg.2 for ; Mon, 03 May 2010 07:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=sMq3AJbF20jNbfgBcFMfE4Nr7c4QRWiNzgH2XpetyPY=; b=syh79LytyQrk2FfzuIfP6VfCKQnjXrcgs/cD0ewRbru/HQRv7LNr9txnGdQdJXviQI Lt2rPaB39CnqVI+Q6grYHlFL/ORi5/nBAj9O9nUNgBzQJEcpY+Sn5UsIlU3EAQDlbhMW AwMnjunZcETzdBj27DA3swfPv5OIXLWBleHV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=rmrhlH8h6dO4Qx0k9PMOes6jI0cAm7hmuk1chfFA8aKXAyGoKayQylPNZiihcA1KYx 1CdHNwFSSkkV0cwo5DLXQ8qXZaoKdXUzxSCc9FQgD9UhxwTOiiVHiYCgXGYrYr5hVC1E e6ydO1LNmzFZW6CExmHI++29x7bybgSrkWqYs= MIME-Version: 1.0 Received: by 10.216.185.82 with SMTP id t60mr8312681wem.149.1272894994733; Mon, 03 May 2010 06:56:34 -0700 (PDT) Sender: norman.maurer@googlemail.com Received: by 10.216.47.70 with HTTP; Mon, 3 May 2010 06:56:34 -0700 (PDT) In-Reply-To: <28435376.post@talk.nabble.com> References: <28435376.post@talk.nabble.com> Date: Mon, 3 May 2010 15:56:34 +0200 X-Google-Sender-Auth: ecd803006dba9d44 Message-ID: Subject: Re: Integrating ActiveMQBlobMessage with Camel From: Norman Maurer To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 It's not supported atm. Contribute a patch for it is on my todo list, but life was to busy to start coding yet... Bye Norman 2010/5/3, GibKing : > > Is it possible to route BlobMessages with Camel? > > I can send ActiveMQBlobMessagen and receive them using ActiveMQ only. > But when i try to put a Camel route between my producer and consumer the > consumer does not receive the BlobMessage. In fact it does receive a > Message, but its class is ActiveMQMessage and can't be cast or anything to > ActiveMQBlobMessage. > > Help would be appreciated > -- > View this message in context: > http://old.nabble.com/Integrating-ActiveMQBlobMessage-with-Camel-tp28435376p28435376.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >