You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kevin Yaussy (JIRA)" <ji...@activemq.org> on 2006/03/23 20:16:26 UTC

[jira] Created: (AMQ-657) FailoverTransport inhibits exception-listener and transport-listener

FailoverTransport inhibits exception-listener and transport-listener
--------------------------------------------------------------------

         Key: AMQ-657
         URL: http://jira.activemq.org/jira//browse/AMQ-657
     Project: ActiveMQ
        Type: Bug

  Components: Connector  
    Versions: incubation    
    Reporter: Kevin Yaussy


When using failover, it looks to me like my ExceptionListener (set via TopicConnection.setExceptionListener) gets removed, or at least never called when there is an exception on the connection.  Additionally, I've tried using the ActiveMQConnection.addTransportListener, and failover transport seems to keep onException, transportInterupted and transportResumed from being called.

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


[jira] Assigned: (AMQ-657) FailoverTransport inhibits exception-listener and transport-listener

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-657?page=all ]

Hiram Chirino reassigned AMQ-657:
---------------------------------

    Assign To: Hiram Chirino

> FailoverTransport inhibits exception-listener and transport-listener
> --------------------------------------------------------------------
>
>          Key: AMQ-657
>          URL: https://issues.apache.org/activemq/browse/AMQ-657
>      Project: ActiveMQ
>         Type: Bug

>     Versions: incubation
>     Reporter: Kevin Yaussy
>     Assignee: Hiram Chirino

>
>
> When using failover, it looks to me like my ExceptionListener (set via TopicConnection.setExceptionListener) gets removed, or at least never called when there is an exception on the connection.  Additionally, I've tried using the ActiveMQConnection.addTransportListener, and failover transport seems to keep onException, transportInterupted and transportResumed from being called.

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


[jira] Updated: (AMQ-657) FailoverTransport inhibits exception-listener and transport-listener

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-657?page=all ]

Hiram Chirino updated AMQ-657:
------------------------------

    Component:     (was: Connector)

Hi Kevin, could you re test this issue against 4.0 final?  The failover transport should bre reaisnt those interupted and resumed events now.

> FailoverTransport inhibits exception-listener and transport-listener
> --------------------------------------------------------------------
>
>          Key: AMQ-657
>          URL: https://issues.apache.org/activemq/browse/AMQ-657
>      Project: ActiveMQ
>         Type: Bug

>     Versions: incubation
>     Reporter: Kevin Yaussy

>
>
> When using failover, it looks to me like my ExceptionListener (set via TopicConnection.setExceptionListener) gets removed, or at least never called when there is an exception on the connection.  Additionally, I've tried using the ActiveMQConnection.addTransportListener, and failover transport seems to keep onException, transportInterupted and transportResumed from being called.

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


[jira] Resolved: (AMQ-657) FailoverTransport inhibits exception-listener and transport-listener

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-657?page=all ]
     
Hiram Chirino resolved AMQ-657:
-------------------------------

    Fix Version: 4.0
     Resolution: Fixed

fix confirmed in 4.0

> FailoverTransport inhibits exception-listener and transport-listener
> --------------------------------------------------------------------
>
>          Key: AMQ-657
>          URL: https://issues.apache.org/activemq/browse/AMQ-657
>      Project: ActiveMQ
>         Type: Test

>     Versions: incubation
>     Reporter: Kevin Yaussy
>     Assignee: Hiram Chirino
>      Fix For: 4.0

>
>
> When using failover, it looks to me like my ExceptionListener (set via TopicConnection.setExceptionListener) gets removed, or at least never called when there is an exception on the connection.  Additionally, I've tried using the ActiveMQConnection.addTransportListener, and failover transport seems to keep onException, transportInterupted and transportResumed from being called.

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


[jira] Updated: (AMQ-657) FailoverTransport inhibits exception-listener and transport-listener

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-657?page=all ]

Hiram Chirino updated AMQ-657:
------------------------------

    type: Test  (was: Bug)

> FailoverTransport inhibits exception-listener and transport-listener
> --------------------------------------------------------------------
>
>          Key: AMQ-657
>          URL: https://issues.apache.org/activemq/browse/AMQ-657
>      Project: ActiveMQ
>         Type: Test

>     Versions: incubation
>     Reporter: Kevin Yaussy
>     Assignee: Hiram Chirino

>
>
> When using failover, it looks to me like my ExceptionListener (set via TopicConnection.setExceptionListener) gets removed, or at least never called when there is an exception on the connection.  Additionally, I've tried using the ActiveMQConnection.addTransportListener, and failover transport seems to keep onException, transportInterupted and transportResumed from being called.

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


[jira] Commented: (AMQ-657) FailoverTransport inhibits exception-listener and transport-listener

Posted by "Kevin Yaussy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-657?page=comments#action_36412 ] 

Kevin Yaussy commented on AMQ-657:
----------------------------------

Looks like this is working fine now.

Thanks!

> FailoverTransport inhibits exception-listener and transport-listener
> --------------------------------------------------------------------
>
>          Key: AMQ-657
>          URL: https://issues.apache.org/activemq/browse/AMQ-657
>      Project: ActiveMQ
>         Type: Test

>     Versions: incubation
>     Reporter: Kevin Yaussy
>     Assignee: Hiram Chirino

>
>
> When using failover, it looks to me like my ExceptionListener (set via TopicConnection.setExceptionListener) gets removed, or at least never called when there is an exception on the connection.  Additionally, I've tried using the ActiveMQConnection.addTransportListener, and failover transport seems to keep onException, transportInterupted and transportResumed from being called.

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


[jira] Commented: (AMQ-657) FailoverTransport inhibits exception-listener and transport-listener

Posted by "Kevin Yaussy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-657?page=comments#action_36394 ] 

Kevin Yaussy commented on AMQ-657:
----------------------------------

Hiram,

I will test this out.  Just applied the 4.0 (incubator) release to my test system the other day.

Btw: when will 4.0 get out of incubator?

> FailoverTransport inhibits exception-listener and transport-listener
> --------------------------------------------------------------------
>
>          Key: AMQ-657
>          URL: https://issues.apache.org/activemq/browse/AMQ-657
>      Project: ActiveMQ
>         Type: Test

>     Versions: incubation
>     Reporter: Kevin Yaussy
>     Assignee: Hiram Chirino

>
>
> When using failover, it looks to me like my ExceptionListener (set via TopicConnection.setExceptionListener) gets removed, or at least never called when there is an exception on the connection.  Additionally, I've tried using the ActiveMQConnection.addTransportListener, and failover transport seems to keep onException, transportInterupted and transportResumed from being called.

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