FWIW, the example shipped with the broker in
examples/features/standard/divert demonstrates diverting messages from a
JMS queue to a JMS topic. Does this example work for you? If so, how does
it compare with your use-case which doesn't work?
Justin
On Tue, Mar 9, 2021 at 3:11 PM Justin Bertram
The default routing-type for a divert is "STRIP" (which means it will
remove any existing routing-type from the message during the process of
diverting) so that shouldn't be an issue.
Do you have a subscriber on my_topic when a message is sent to my_queue?
What protocol are you using when sending
I *think* you may need to specify the routing type on the divert,
coming from a queue it may default to ANY_CAST.
use:
my_queue
my_topic
false
MULTICAST
On Tue, 9 Mar 2021 at 09:49, Petrenko, Vadim wrote:
>
> Dear Artemis developers,
>
> I'd like to set up Artemis in suc