I am using ActiveMQ as the messaging component in our Java EE application (using GlassFish). We are encountering issues with delay in messages being delivered and with memory leaks. To identify the is
My application does batch processing by reading messages from ActiveMQ. I read using the async JMS API by implementing MessageListener. But I ACK the messages only when the batch processing succeeds b
I saw that they soon will have an addon for AMQP. I\'m about to le开发者_JAVA技巧arn how to use AMQP with RabbitMQ. I suppose that that addon doesn\'t deal with RabbitMQ.
I have the following problem: I have several sites with a local ActiveMQ broker that forwards to a remote broker (in a datacenter).This connection is often unstable, and goes down several times a mont
I have a problem with a durable client on ActiveMQ. I amusing stomp.py in Python. conn.start() conn.connect(wait=True, header = {\'client-id\': \'myhostname\' })
Is there a way to run a loopback JMS adapter that will only be detected l开发者_JS百科ocally? I\'m not sure if my terminology is correct, but I want the ActiveMQ broker to only be connectible from th
I\'m having trouble getting an example running using the REST API with ActiveMQ 5.4.0. I\'ve seen several different GET URIs.
I am an activeMQ newbie. Is it possible to add something to the activeMQ xml configuration to force a queue to stop accepti开发者_开发百科ng messages when (for example) 100 messages are already in a s
Has anyone tried sending ActiveMQ Blob messages? I am having trouble uploading images to a webapp through AMQ Blob messages.I followed their documentation ( http://activemq.apache.org/blob-messages.h
I\'m attempting to use the sample broker that comes with ActiveMQ 5 with an MDB deployed on JBoss 5.1 AS.