I wanto to write a modified ActiveMQ broker that when he listens to producers\' messages of a specific topic to handle them alternatively (use HDFS A开发者_StackOverflowPI for example and not use defa
i have edited the portfolio example to read data from external source and publish it, it\'s working fine when i access it from http://localhost:8161/demo/portfolio/the thing that have an app that i ne
We have put ActiveMQ on a fresh server. Configured it to use \'kahadb\' (the preferred as we read) and set it to allow the file to expand to 2gb.
I am writing a JMS client that consumes from a Queue. My broker is activemq, if it matters. One requirement is that the client should start even if the broker is down. In that case it should behave a
I am developing a web application that will use ActiveMQ. I downloaded the Unix version from website and ran on my Mac.
I\'m trying to implement a solution using HornetQ. Since I need to access it through a C++ application, that raises me a problem. I\'m compiling the activemq-cpp builtin example, and changing it to wo
I have messages representing actions between two users sent to a queue. Users are stored as properties on the message.
I have a Java application with a number of components communicating via JMS (ActiveMQ). Currently the application and the JMS Hub are on the same server although we eventually plan to split out the co
I have a web application that runs text processing jobs in the background once a message is received on an ActiveMQ which is listened to by a Spring MessageListener....the problem I\"m encountering is
I met problem when use ReceiveNoWait with Apache.NMS & ActiveMQ, really simple scenarios: private static void Send(string text)