Hi Li,
your requested changes are in SVN head
cheers,
Rob
On 8 Feb 2006, at 17:31, Li, Fan wrote:
Hi:
I am wondering if it is possible to have a couple small changes
made to the classes in the org.activemq.network.jms package. Right
now the TopicBridge class has a protected JmsTopicConnector, which
implements the method createReplyToTopicBridge. This means if I
have another JmsConnector that needs to use TopicBridge; it has to
inherit from JmsTopicConnector. And it is also a problem if my
reply to bridge is not a TopicBridge. So I am wondering if it is
okay to include a more general abstract method createReplyToBridge
in the JmsConnector class and have all the subclasses to it
implement this method, and make TopicBridge have a protected
JmsConnector instead of JmsTopicConnector, so other subclass of
JmsConnecor can also use TopicBridge. (The same goes for QueueBridge.)
Thanks
Fan Li
-----Original Message-----
From: Hiram Chirino [mailto:[EMAIL PROTECTED]
Sent: Friday, February 03, 2006 10:40 AM
To: [email protected]
Subject: Re: Question regard to org.activemq.network.jms package
Yes,
And make sure that they use the Apache Copyright headers on them.
Regards,
Hiram
On Feb 3, 2006, at 1:19 PM, Li, Fan wrote:
Hi Hiram:
What do I need to include in this patch? Just the source code for my
classes?
Thanks
Fan Li
-----Original Message-----
From: Hiram Chirino [mailto:[EMAIL PROTECTED]
Sent: Friday, February 03, 2006 10:12 AM
To: [email protected]
Subject: Re: Question regard to org.activemq.network.jms package
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