activemq
How to prevent ActiveMQ CPP send method from blocking forever?
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[详细]
2023-04-09 19:44 分类:问答what is the use of ClientId in the activemq connectionfactory class
Scenario : private readonly IConnection con开发者_如何学Gonection; this.connection = connectionFactory.CreateConnection();[详细]
2023-04-09 00:53 分类:问答ActiveMQ "Scheduler" Daemon Threads not terminating
I\'m using ActiveMQ 5.5 with an embedded broker.All messages are non persistent.Producer and Consumer both run within same JVM.[详细]
2023-04-08 17:51 分类:问答In memory ActiveMQ attempting to respond to temporary queue before it's fully created?
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:[详细]
2023-04-08 14:18 分类:问答how to use Net::Stomp and transactions with receive_frame
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[详细]
2023-04-07 11:42 分类:问答ActiveMQ: Publish Messages in bulk, persistent, but not async?
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.[详细]
2023-04-07 02:18 分类:问答activemq performance gotchas and precautions
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[详细]
2023-04-05 12:40 分类:问答Read from Weblogic , write to ActiveMQ
I 开发者_开发问答have the following scenario: Read a message from a Weblogic queue and I have to write this to an ActiveMQ queue (transaction wise)[详细]
2023-04-04 18:30 分类:问答ActiveMQ CPP Library
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[详细]
2023-04-02 16:46 分类:问答Signal a rollback from a JMS MessageListener
I\'ve been working with JMS and ActiveMQ. Everything is working wonders. I am not using spring, nor can I.[详细]
2023-03-30 23:23 分类:问答