From activemq-dev-return-119-apmail-geronimo-activemq-dev-archive=geronimo.apache.org@geronimo.apache.org Fri Feb 03 18:11:49 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 54908 invoked from network); 3 Feb 2006 18:11:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Feb 2006 18:11:49 -0000 Received: (qmail 47307 invoked by uid 500); 3 Feb 2006 18:11:48 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 47275 invoked by uid 500); 3 Feb 2006 18:11:48 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 47257 invoked by uid 99); 3 Feb 2006 18:11:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 10:11:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.14.253.135] (HELO goku.simulalabs.com) (64.14.253.135) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 10:11:47 -0800 Received: by goku.simulalabs.com (Postfix, from userid 504) id B09469D8802; Fri, 3 Feb 2006 10:11:26 -0800 (PST) Received: from localhost (goku [127.0.0.1]) by goku.simulalabs.com (Postfix) with ESMTP id 9F9509D87FD for ; Fri, 3 Feb 2006 10:11:26 -0800 (PST) Received: from goku.simulalabs.com ([127.0.0.1]) by localhost (goku [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21246-02-4 for ; Fri, 3 Feb 2006 10:11:26 -0800 (PST) Received: from [172.16.224.243] (unknown [172.16.224.243]) by goku.simulalabs.com (Postfix) with ESMTP id E57ED9D867E for ; Fri, 3 Feb 2006 10:11:24 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <2A91A89941BD0B4CA56892C3806B3C0C2E7C0C@exchg-sea3-02.ant.amazon.com> References: <2A91A89941BD0B4CA56892C3806B3C0C2E7C0C@exchg-sea3-02.ant.amazon.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1493FC7B-03B5-4B58-A00E-11314897A37B@hiramchirino.com> Content-Transfer-Encoding: 7bit From: Hiram Chirino Subject: Re: Question regard to org.activemq.network.jms package Date: Fri, 3 Feb 2006 13:11:44 -0500 To: activemq-dev@geronimo.apache.org X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at goku.simulalabs.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Fan, If you submit a patch, we would be glad to add them to the next release. Regards, Hiram On Feb 3, 2006, at 1:07 PM, Li, Fan wrote: > Hi: > > I am currently working on a project that would create a bridge that > enables the communication of applications written using our > messaging system to those applications written using ActiveMQ. The > ActiveMQ package org.activemq.network.jms provides most of the > functionalities I needed in my project. However, I believe that > ActiveMQ only provide foreign Topic to ActiveMQ Topic and foreign > Queue to ActiveMQ Queue bridges, but my project has the need for > Queue to Topic and Topic to Queue bridges. I am going to write my > own classes for these, but I am wondering if ActiveMQ would provide > these functionalities in the future. > > Thanks > Fan Li > >