I don't understand the question: on that url and on https://activemq.apache.org/artemis/docs/latest/core.html there is an explanation about what RoutingType is when related to an address/queue. Routing Type for address isn't a separate concept from Routing Type of queue: it has the same exact meaning/semantic. Please help me to understand what is not clear.
Cheers, Franz Il giorno mar 29 gen 2019 alle ore 12:25 Riyafa Abdul Hameed < [email protected]> ha scritto: > Hi, > > I read through it. It doesn't provide the purpose of RoutingType for a > queue. I understand what it means to an address but not a queue. Can you > please explain? > > Thanks, > Riyafa > > On Tue, Jan 29, 2019, 16:48 Francesco Nigro <[email protected] wrote: > > > Yes sure: > > https://activemq.apache.org/artemis/docs/latest/address-model.html > > > > Il giorno mar 29 gen 2019 alle ore 12:09 Riyafa Abdul Hameed < > > [email protected]> ha scritto: > > > > > Hi, > > > > > > I am quite new to ActiveMQ Artemis core api and was trying out > different > > > aspects and I couldn't find a purpose for specifying the RoutingType > when > > > creating a queue: > > > > > > session.createAddress(new SimpleString("a"), RoutingType.MULTICAST, > > true); > > > session.createQueue("a", RoutingType.MULTICAST, "b", true); > > > > > > Whatever the RoutingType I mention for the createQueue function the > > queues > > > seem to behave in the same manner. I find that the behavior of the > queues > > > are dependent on the RoutingType of the Address. > > > > > > Can someone please point out to me the purpose of the RoutingType for a > > > queue in Artemis or point out a documentation to me? > > > > > > Thank you. > > > > > > Faithfully, > > > Riyafa > > > > > >
