You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2006/06/12 22:22:51 UTC

[jira] Resolved: (AMQ-489) Bidirectional channel that is sending data each other in two AciveMQ cann't resume when network was interrupt and resumed.

     [ https://issues.apache.org/activemq/browse/AMQ-489?page=all ]
     
Hiram Chirino resolved AMQ-489:
-------------------------------

    Fix Version: 4.0
     Resolution: Fixed

Fixed in 4.0

> Bidirectional channel that is sending data each other in two AciveMQ cann't resume when network was interrupt and resumed.
> --------------------------------------------------------------------------------------------------------------------------
>
>          Key: AMQ-489
>          URL: https://issues.apache.org/activemq/browse/AMQ-489
>      Project: ActiveMQ
>         Type: Bug

>   Components: Transport
>     Versions: 3.2.1
>  Environment: winxp sp2  jdk5.0 
>     Reporter: tao
>     Priority: Critical
>      Fix For: 4.0

>
>
> But ,If unilateralism channel it can be resumed.
> I used bidirectional channel.
> I have test one way channel that's no bug.but bidirectional channel cann't resume.
> config one:
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd">
> <beans>
> <!-- ==================================================================== -->
> <!-- ActiveMQ Broker Configuration -->
> <!-- ==================================================================== -->
> <broker name ="tao-111">
> <connector >
> <tcpServerTransport uri="tcp://localhost:61616" backlog="1000" useAsyncSend="true" maxOutstandingMessages="50" />
> </connector>
> <connector>
> <tcpServerTransport uri="tcp://128.64.7.64:62001" />
> </connector>
> <connector>
> <serverTransport uri="stomp://localhost:61626"/>
> </connector>
> <networkConnector>
> <networkChannel uri="reliable:tcp://128.64.7.27:62001" />
> <localPrefetchPolicy queuePrefetch="100" queueBrowserPrefetch="100" topicPrefetch="100" durableTopicPrefetch="100"/>
> <remotePrefetchPolicy topicPrefetch="100" durableTopicPrefetch="100" queuePrefetch="100" queueBrowserPrefetch="100" />
> </networkConnector>
> config two:
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd">
> <beans>
> <!-- ==================================================================== -->
> <!-- ActiveMQ Broker Configuration -->
> <!-- ==================================================================== -->
> <broker name ="tao-1">
> <connector >
> <tcpServerTransport uri="tcp://localhost:61616" backlog="1000" useAsyncSend="true" maxOutstandingMessages="50"/>
> </connector>
> <connector>
> <tcpServerTransport uri="tcp://128.64.7.27:62001" />
> </connector>
> <connector>
> <serverTransport uri="stomp://localhost:61626" />
> </connector>
> <networkConnector>
> <networkChannel uri="reliable:tcp://128.64.7.64:62001"/>
> <localPrefetchPolicy queuePrefetch="100" queueBrowserPrefetch="100" topicPrefetch="100" durableTopicPrefetch="100"/>
> <remotePrefetchPolicy topicPrefetch="100" durableTopicPrefetch="100" queuePrefetch="100" queueBrowserPrefetch="100" />
> </networkConnector>
> .... 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira