client « activemq « Java Enterprise Q&A





1. Any issues with ActiveMQ broker and clients running on different JDKs?    stackoverflow.com

We have a distributed system with components (including the ActiveMQ broker) running on jdk 1.6. A potential customer would like to integrate a component that was built on jdk 1.4 with our ...

2. My C++ ActiveMQ client can send messages, but not receive messages    stackoverflow.com

I have the ActiveMQ-CPP 2.2.1 Visual Studio 2005 project compiling and running. In the console window, it shows the messages are being sent, though they're not being received. I ...

3. ActiveMQ .net client locks up    stackoverflow.com

I have written a windows service using the Apache.NMS and Apcahe.NMS.ActiveMQ (version 1.0) libraries. The service consumes messages from ActiveMQ from a vendor server. The service spins up a connection and ...

4. Java ActiveMQ client fails to receive messages    stackoverflow.com

I am trying to implement performance testing on ActiveMQ, so have setup a basic producer and consumer to send and receive messages across a queue. I have created a producer with ...

5. ActiveMQ AJax Client    stackoverflow.com

I try to write a simple Ajax client to send and receive messages. It's successfully deployed but I have never received msg from the client. I am beating myself to think ...

6. JMS / MQ confidentiality between clients    stackoverflow.com

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 ...

7. ActiveMQ and Client identity through certificate authentication    stackoverflow.com

Is there a way to determine the identity of a Message sender in ActiveMQ (JMS in general) that successfully connected to a broker via SSL using a client certificate? I am planning ...

8. How to debug ActiveMQ client?    stackoverflow.com

I'm a fairly new user of ActiveMQ and I'm looking for a way to get detailed debug information on the client side of a queue connection. My problem is this: ...

9. Acknowledging prefetched messages using client acknowledge mode    stackoverflow.com

We have a situation in front of us and its explained as below:

  1. We have durable subscriber subscribed to a topic. This durable subscriber is a perl script which is run by ...





10. ActiveMq C++ client install says APR is not installed, why?    stackoverflow.com

I m trying to install ActiveMQ C++ client install (CMS) I am getting the following error, when i try to configure.

configure: WARNING: APR not found
The Apache Portable Runtime (APR) library cannot be ...

11. ActiveMQ C++ Synchronous Client    stackoverflow.com

I have the following code from apache's svn. As you can see this is an asynchronous client. What i want is a synchronous client, so that clients, can ask ...

12. Checking client exceptions in DLQ messages    stackoverflow.com

Right now I'm working with a JMS queue that has a redelivery policy such that messages that are rolled back more than five times are sent to a dead letter queue. When ...