2011/11/22 manua <agarwal.m...@gmail.com>:
>
> We have used activemq cpp and created a session. The session is set in the
> auto acknowledge mode.
> Multiple threads have been launched from that code and each thread has a
> consumer.All consumers are listening on the same queue, and sharing the same
> session.

Do you protect the session properly from concurrent access by multiple
threads (i.e. using mutex)?

Reply via email to