Hi Herbert,

you could use ActiveMQ Artemis exclusive diverts[1], i.e.

<divert name="sports-events-divert">
   <address>sports.events</address>
   <forwarding-address>SportQ</forwarding-address>
   <exclusive>true/exclusive>
</divert>

[1]
https://activemq.apache.org/components/artemis/documentation/latest/diverts.html

Regards,
Domenico



On Wed, 6 Sept 2023 at 18:48, <herbert.helmstr...@systema.com> wrote:

> Hello Group,
>
> with ActiveMQ classic wa are using virtualDestinationInterceptor to
> redirect Event messages into a queue
> to consume them as kind of Unique Processing by distributed applications.
> For this purpose the aktivemq.xml contains within the broker bean
>
> <destinationInterceptors>
>   <virtualDestinationInterceptor>
>     <virtualDestinations>
>        <virtualTopic name="sports.events.>" prefix="SportQ."
> selectorAware="false"/>
>      </virtualDestinations>
>    </virtualDestinationInterceptor>
> </destinationInterceptors>
>
> Is there a similar technique with Artemis?
> I did not find something like.
>
> Regards
>
> Herbert
>
> ------------------------------
>
> *Herbert Helmstreit*
> Senior Software Engineer
>
> Phone: +49 941 / 7 83 92 36
> herbert.helmstr...@systema.com
>
> www.systema.com
>
> [image: LinkedIn] <https://www.linkedin.com/company/systema-gmbh/>[image:
> Facebook] <https://de-de.facebook.com/SYSTEMA.automation/>[image: XING]
> <https://www.xing.com/pages/systemagmbh>
>
> SYSTEMA
> Systementwicklung Dipl.-Inf. Manfred Austen GmbH
>
> Manfred-von-Ardenne-Ring 6 | 01099 Dresden
> HRB 11256 Amtsgericht Dresden | USt.-ID DE 159 607 786
> Geschäftsführer: Manfred Austen, CEO und Dr. Ulf Martin, COO
>
>

Reply via email to