I am using ActiveMQ with stomp and activemessaging. I tried to follow the configuration steps in http://code.google.com/p/activemessaging/wiki/Configuration
I have a component that sends messages to a queue to be handled by another system. It should also publish a topic about job statuses every once in a while. Can I just use the same JmsTemplate used to
It seems like most of the messaging systems I\'ve looked at have basic, if any, support for priority message queues. For example, the AMQP only specifies a minimum of 2 priorities. RabbitMQ, an AMQP i
I\'ve been having problems configuring an ActiveMQ broker through an xBean-parsed external XML file. At this point, ANY help, tips, pointers, hints or even cheering-up are appreciated. Here\'s my issu
I\'m designing a system where one server must send messages to lots of independent clients. The clients doesn\'t know about each other and should not be able to consume, peek or in any other way acqui
I\'m starting to experiment with using ActiveMQ (in conjunction with the ActiveMQ.NMS bindings) to support some cross platform RPC messaging that we\'re looking at doing.
Most of the examples that I seem to run into are using dynamic queues instead of queue defined during activemq startup (see activemq.xml file). Is there a significant degradation i开发者_运维知识库n p
I am currently reading from ActiveMQ with a Message driven bean (EJB3) in the back end. The problem I am facing is that I have to update a table in my JSF page as soon as I receive the message from Ac
We have an application provided by a third party which takes a stream of market data (provided by said third party), and writes it into a JDBC compatible database.
I have implemented application client-server with spring blazeDs message services using JMS message destination.