Armand,

If it's shared subscription like semantics you are after, you can also do
something similar with FQQN (which is available over all protocols and JMS
1.1).  There's information in the addressing model chapter of the user
guide: https://activemq.apache.org/artemis/docs/2.1.0/address-model.html

Cheers




On Wed, Sep 13, 2017 at 8:01 PM, Michael André Pearce <
michael.andre.pea...@me.com> wrote:

> Hi Armand,
>
> ActiveMQ 5 is jms 1.1 spec, your use of virtual destinations(topic) if I
> understood right in active5 is sort of a pre cursor to the now jms 2.0 spec
> feature called shared durable subscriber.
>
> Artemis is JMS 2.0 so you can achieve the same.
>
> http://www.oracle.com/technetwork/articles/java/jms2messaging-1954190.html
>
> With the core broker address and queue model (there's many docs on this)
> you can do many sophisticated routing and consuming combinations.
>
> https://activemq.apache.org/artemis/docs/latest/address-model.html
>
> Cheers
> Mike
>
>
>
> Sent from my iPhone
> > On 13 Sep 2017, at 18:48, Armand Roelens <armand.roel...@connexta.com>
> wrote:
> >
> > Hi,
> >
> > I am wondering if Artemis has any support for virtual topics like
> ActiveMQ does or if there is anything similar?
> >
> > I wanted to know if a client has the ability to send messages to a
> specific address that can abstract away the fact that underneath there is
> really an input and output address, so that way the client would only need
> to know about one address to send to and receive messages from.
> >
> > Thanks,
> > Armand Roelens
> >
>

Reply via email to