You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2010/01/18 14:46:43 UTC

[jira] Closed: (AMQCPP-279) Does not detect broken connection when using stomp

     [ https://issues.apache.org/activemq/browse/AMQCPP-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQCPP-279.
-------------------------------

    Resolution: Working as Designed

The Stomp support does not support usage in the Failover transport.

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