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 >
