umer::~ActiveMQConsumer()
>Line 81 C++
I realize the issue may well be in our code. Are there any logs, traces we can
set up (short of wireshark) that might help? Other debugging tools? Thanks
for any suggestions or help you can give me.
---
Wayne Johnson, | There are
Good idea. Thanks, I'll try that.
---
Wayne Johnson, | There are two kinds of people: Those
3943 Penn Ave. N. | who say to God, "Thy will be done,"
Minneapolis, MN 55412-1908 | and those to whom God says, "All right,
(612) 522-7003 | th
I'm working on modifications to my code to support dual stack environments on
Windows 7 et. al. The code uses ActiveMQ-CPP (3.8.4). I've set this up to use a
connection to the broker on URI "tcp://[::1]:61616". I've already found I need
to compile APR with APR_HAVE_IPV6.
Now the issue. When AP