Hi Domenico,

thank you so much for pointing to the right thing.
A collegue had found that already and I did not believe him.
Can we expect  wild-card expansion, i.e

. a divert address
        sports.events.>
 would write into a queue 
        SportQ.sports.events.football.matches
for a message on topic
        sports.events.football.matches
This is  what classic does....

Best Regards

Herbert




Von:    "Domenico Francesco Bruscino" <bruscin...@gmail.com>
An:     users@activemq.apache.org
Datum:  07.09.2023 09:21
Betreff:        [Ext] Re: virtualDestinationInterceptor in Artemis



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