[ 
https://issues.apache.org/jira/browse/AMQCPP-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065837#comment-13065837
 ] 

Pavel Jaoshvili commented on AMQCPP-377:
----------------------------------------

string brokerURI =
  "failover:(tcp://"+servername+":61616"
  "?wireFormat=openwire"
  "&soKeepAlive=true"
  "&jms.useCompression=true"
  "&jms.prefetchPolicy.queuePrefetch=1"
  ")";

This problem occurs if the connection is dropped in the middle.
For example, node A is connected to the router B, which is connected to the 
server C. If lost connection between nodes B and C, then node A about anything 
without getting caught.

> Does not detect broken connection on Windows
> --------------------------------------------
>
>                 Key: AMQCPP-377
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-377
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 3.3.0
>         Environment: Windows XP, Windows 7
>            Reporter: Pavel Jaoshvili
>            Assignee: Timothy Bish
>
> Inactivity monitor does not detect broken connection.
> transportInterrupted and transportResumed not called.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to