Does not detect broken connection when using stomp
--------------------------------------------------
Key: AMQCPP-279
URL: https://issues.apache.org/activemq/browse/AMQCPP-279
Project: ActiveMQ C++ Client
Issue Type: Bug
Components: Stomp
Affects Versions: 3.1
Reporter: Pavel Jaoshvili
Assignee: Timothy Bish
If I run simple_async_consumer from example directory and use following syntax
for brokenURI
std::string brokerURI =
"failover:(tcp://192.168.1.13:61613"
"?wireFormat=stomp"
")";
then ActiveMQ-CPP does not detect broken connection (when network cable is
unplugged). But if I use openwire transport all work good.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.