activemq
ActiveMQ: Configure per-destination policy in Java (total ordering)
I have an ActiveMQ embedded broker, along with a number of Topic clients.Everything is currently configured in Java (rather than XML).I want to configure total ordering of the topic\'s messages across[详细]
2023-03-13 23:19 分类:问答What dependencies do I need for embedded ActiveMQ broker?
I\'m trying to use embedded ActiveMQ broker for unit testing, as explained here: http://activemq.apache.org/how-to-unit-test-jms-code.html[详细]
2023-03-12 21:50 分类:问答Using Activemq, spring for processed messages
I want to make an application where: Users will send a message to queue Listener will listen messages of[详细]
2023-03-12 11:09 分类:问答How to connect to ActiveMQ on startup with WCF and IIS
What is the best way to combine a single instance WCF service that uses ActiveMQ and runs within IIS/AppFabric?[详细]
2023-03-12 04:43 分类:问答ActiveMQ JMS XA Atomikos - Transaction not started error
The situation is we want to use XA transactions to coordinate activity between ActiveMQ and Hibernate (Sql Server 2008).[详细]
2023-03-10 07:38 分类:问答activemq how to configure to work with stomp in python
I have activemq installed and running locally, but whe开发者_如何转开发n I run the following script, I get an error:[详细]
2023-03-10 03:30 分类:问答ActiveMQ journal log size
I\'m running ActiveMQ 5.3.0 (yup, gonna upgrade to 5.4.2, or even 5.5.0 soon) with KahaDB persistence adapter. It has 7 queues which are most of the time empty, that is, once message is put on queue i[详细]
2023-03-09 00:39 分类:问答ActiveMQ and other FOSS JMS Implementation for Android
I\'m doing an academic project which focus on providing some enhanced “LBS” services for Android.To do that, we are making a small middleware. The core communication of it uses a MOM (in our impleme[详细]
2023-03-08 06:54 分类:问答Retrying messages at some point in the future (ActiveMQ)
I\'m working on a system in ActiveMQ where I 开发者_运维知识库would really prefer not to lose messages. My problem is that retrying messages is causing my consumers to block (instead of working on mes[详细]
2023-03-07 07:33 分类:问答NIO disadvantages in ActiveMQ
I\'ve been working on configuring an ActiveMQ broker, and one thing that confuses me is that everything I\'ve read describes NIO being \"a good choice if you need to scale\" or a \"something to look a[详细]
2023-03-06 22:05 分类:问答