Search Results

2
votes
3answers
201 views

What’s a quick way to trace the entry and exit of functions in a Visual Studio 2005 c++ multithreaded program?

I have intermittent crashes occurring in my ActiveMQ libraries due to the way I'm using the activemq-cpp API. It'd be much easier to debug the issue if I could observe every function being called …
1
vote
1answer
399 views

My C++ ActiveMQ client can send messages, but not receive messages

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 can both send and …
2
votes
2answers
147 views

How can I observe what’s happening under the hood of ActiveMQ?

I'm experiencing an issue with ActiveMQ and would like to trace/view all Acti …