yes it does. you can setup a host of virtual destinations that forward
to the same queue, the default with a "forwardTo" is not to send to
the target destination.

<destinationInterceptors>
            <virtualDestinationInterceptor>
              <virtualDestinations>
                <compositeQueue name="alias.A">
                  <forwardTo>
                    <queue physicalName="realQueue"/>
                   </forwardTo>
                </compositeQueue>
                <compositeQueue name="alias.B">
                  <forwardTo>
                    <queue physicalName="realQueue"/>
                   </forwardTo>
                </compositeQueue>
              </virtualDestinations>
            </virtualDestinationInterceptor>
    </destinationInterceptors>

see: http://activemq.apache.org/virtual-destinations.html

On 2 September 2010 13:05, Navin Naidu <navinmna...@gmail.com> wrote:
> Does activemq support alias for destination/queue ? If a message is send to
> any alias of a destination, it will be sent to the same queue.
>
>
> --
> Thanks & Regards,
>
> - Navin
>



-- 
http://blog.garytully.com

Open Source Integration
http://fusesource.com

Reply via email to