Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 47462 invoked from network); 5 Dec 2008 16:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2008 16:24:55 -0000 Received: (qmail 18040 invoked by uid 500); 5 Dec 2008 16:25:06 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 18024 invoked by uid 500); 5 Dec 2008 16:25:06 -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 18013 invoked by uid 99); 5 Dec 2008 16:25:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 08:25:06 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 16:23:36 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1L8dTb-0004cl-Kw for users@activemq.apache.org; Fri, 05 Dec 2008 08:24:23 -0800 Message-ID: <20857473.post@talk.nabble.com> Date: Fri, 5 Dec 2008 08:24:23 -0800 (PST) From: Stephen J To: users@activemq.apache.org Subject: JMS Bridges removes Websphere MQ group id MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: stephen.joyner@mclaneco.com X-Virus-Checked: Checked by ClamAV on apache.org I am using a JMS bridge to transfer messages from one Websphere MQ queue to another. The messages that are transferred have been grouped with Websphere MQ API calls, however when the arrive at their destination this grouping information has been removed. The MQ group ID should translate to the JMSXGroupID, and vice versa. It seems the JMS Bridge is not performing this translation. I've tried it with Camel routes and it preserves the group id, so It seems the JMS bridge should preserve the info as well. I'm stuck using the JMS bridge because it works in a master/slave setup, whereas the camel routes don't. Does anyone have a suggestion on how I can get the group information to transfer over the JMS bridge? Thanks. -- View this message in context: http://www.nabble.com/JMS-Bridges-removes-Websphere-MQ-group-id-tp20857473p20857473.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.