Thank you for the quick response.
I inherited this code and the group responsible is long gone...anyway best I 
can tell it listens on 4 Azure queues in the cloud and places any messages to 
those queues onto a corresponding on-prem ActiveMQ queue. 
Any errors encountered during the process are placed onto an ActiveMQ error 
queue.
It was built on ActiveMQ 5.13.3.

The classes in question are:

org.apache.activemq.broker.ConnectionContext
org.apache.activemq.broker.region.Destination
org.apache.activemq.broker.Broker
org.apache.activemq.broker.ProducerBrokerExchange

Your comment on the Qpid client is interesting - I diverted from that path 
after reading this post (coincidentally from you) but will certainly give it 
another go:
https://stackoverflow.com/questions/68560819/spring-boot-starter-artemis-with-amqp-protocol


-----Original Message-----
From: Justin Bertram <jbert...@apache.org> 
Sent: Monday, November 8, 2021 10:36 AM
To: dev@activemq.apache.org
Subject: Re: Migrating plugins from ActiveMQ to Artemis

CAUTION: This email originated outside 24 Hour Fitness. Do not click links or 
open attachments unless you recognize the sender and know the content is safe.


Can you elaborate on what the plugin does? I assume it's more than just a 
bridge otherwise you could just use something like a Camel route and avoid 
having a plugin altogether.

Also, what exact problems did you run into with creating a bridge to Azure 
following the inter-broker-bridge example? It should be pretty straight-forward 
to adapt it to use the Qpid JMS client which speaks AMQP 1.0.


Justin

On Mon, Nov 8, 2021 at 12:11 PM Burt Repine <brep...@24hourfit.com> wrote:

> Hi All,
>
>
>
> We're in the same boat as the poster from last month.
>
>
>
> Our plugin creates a bridge between Azure Service Bus and ActiveMQ.
>
> A number of ActiveMQ classes that the plugin was built upon are not 
> available in Artemis obviously - or if they are - I can't find them or 
> don't know their equivalents.
>
> Any suggestions on migrating this plugin?
>
>
>
> On a side note, I've tried creating an artemis-jms-bridge following 
> the Artemis inter-broker-bridge example but ran into problems 
> connecting to Azure via the required amqp.
>
> Thanks much,
> Burt Repine
>
>

Reply via email to