Why don't you just consume from that queue and put it on the topic.
You can use Camel route for this.

Regards
--
Dejan Bosanac
Senior Software Engineer | FuseSource Corp.
dej...@fusesource.com | fusesource.com
skype: dejan.bosanac | twitter: @dejanb
blog: http://www.nighttale.net
ActiveMQ in Action: http://www.manning.com/snyder/


On Wed, Jun 27, 2012 at 1:35 AM, Prasad <kulkarn...@gmail.com> wrote:
> I have a remote queue behind firewall ( from active MQ broker ). I have no
> control of that broker and this remote queue is read only for me. I cannot
> get that remote queue converted to topic.  Only a particular port is opened
> for firewall connections to this queue from my own network.
>
> In my network, I want to take data from that remote queue and place on many
> queues (for many consumers) or a topic using ACTIVE MQ . I do NOT want the
> duplicate message/s delivered to same consumer.
> Is this possible to achieve ?
>
> I tried using jms bridge/virtual destinations but could not figure it out -
> how to this exactly.
>
> Any help or example will be appreciable . Thanks in advance.
>
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/Remote-Queue-to-Local-Many-quques-or-Local-Topic-tp4653598.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to