I am developing a software that uses ActiveMQ C++ library. The problem that I have is, when I try to send a message and the network is down, the send method (method of cms::MessageProducer class) bloc
Scenario : private readonly IConnection con开发者_如何学Gonection; this.connection = connectionFactory.CreateConnection();
I\'m using ActiveMQ 5.5 with an embedded broker.All messages are non persistent.Producer and Consumer both run within same JVM.
We have a scenario where we need to send a synchronous message over our an in memory activemq broker.Our synchronous client side code looks like this:
I\'m in the process of adapting some existing code using Net::Stomp from being able to handle a single topic to being able to work on multiple topics.Can anyone tell me if this approach is even possib
is it possible to store a large amount of messages in bulk? I want to send them sync, persistent, but to get speed very much at one time.
I am going to use ActiveMQ for the first time in one of my projects (topics for durable messages). I have read that durable messages enforce a limit to the scale of number of messages per second. What
I 开发者_开发问答have the following scenario: Read a message from a Weblogic queue and I have to write this to an ActiveMQ queue (transaction wise)
I have a Java application and a C++ application. I want to use Apache ActiveMQ for the communication between these applications. I know how to setup ActiveMQ, Run it etc.. I want to know what I should
I\'ve been working with JMS and ActiveMQ. Everything is working wonders. I am not using spring, nor can I.