Hello,

In Artemis, there are a few factors that decide what the routing-type of a 
destination will be, I found:

*        Using anycastPrefix/multicastPrefix on the acceptor
But that makes it a decision for the client

*        Using default-address-routing-type on the address-settings
But this is only used "[...] if the broker is unable to determine the 
routing-type based on the client and/or protocol semantics [...]"
in my tests using openwire/amqp, this did not help

*        In the 'addresses' section
But that only works for predefined concrete addresses, not for wildcards

I'm looking for a way to set the routing-type in a strict way using only broker 
configuration; and still using autocreate/autodelete or any other 
address-settings.
Any clues, hints, etc?

thx,
Erwin

Reply via email to