Hi,
This question is with reference to activemq cpp version 3.9.3
Once we call intialize and establish connection by calling
activemq::library::ActiveMQCPP::initializeLibrary();
x= ActiveMQConnectionFactory() ;
connection = x->createConnection(xy,xz);
connection->start();
and communication s
Hi,
Thanks for the reply. I still have an issue with threads.
I delete all the related data on disconnect ie., connection,
topics,destination, sessions that are created and then reestablish all of it
in the reconnect function.
I don't see a problem in reconnect, send and receive messages, But its
Hi,
Could anyone correct me if I am doing anything wrong here.
p= new ActiveMQConnectionFactory() ;
connection1 = p->createConnection(xy,yz);
connection1->start();
q= new ActiveMQConnectionFactory() ;
connection2 = q->createConnection(xy,yz);
connection2->start();
r= new ActiveMQC
On 2024/10/24 17:40:13 Justin Bertram wrote:
> I looked on page 2 of the ArtemisMQ_Cluster_Oct172024.pptx in the archive
> which you attached to your original email, but I found no questions.
> However, I see that you've added them in your response.
>
> I find the questions and the configuration co