You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Edison Melo (JIRA)" <ji...@apache.org> on 2009/08/19 18:38:35 UTC

[jira] Created: (AMQCPP-259) Temporary queue don't go away after killing the process

Temporary queue don't go away after killing the process
-------------------------------------------------------

                 Key: AMQCPP-259
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-259
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: Openwire
    Affects Versions: 3.0
         Environment: 2.6.25.20-0.4-pae #1 SMP 2009-06-01 09:57:12 +0200 i686 i686 i386 GNU/Linux, Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02), 
            Reporter: Edison Melo
            Assignee: Timothy Bish


I'm trying to implement a reliable request - response. I have java and c++ producers that create a temporary queue. When I kill the java consumer, the temporary queue goes away, and I get a InvalidDestinationException trying to send a message to that queue.  When I kill the c++ consumer the temporary queue stays and I get no errors from any kind.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AMQCPP-259) Temporary queue don't go away after killing the process

Posted by "Edison Melo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edison Melo updated AMQCPP-259:
-------------------------------

    Description: I'm trying to implement a reliable request - response. I have java and c++ producers that create a temporary queue. When I kill the java producer, the temporary queue goes away, and I get a InvalidDestinationException trying to send a message to that queue.  When I kill the c++ producer the temporary queue stays and I get no errors from any kind.  (was: I'm trying to implement a reliable request - response. I have java and c++ producers that create a temporary queue. When I kill the java consumer, the temporary queue goes away, and I get a InvalidDestinationException trying to send a message to that queue.  When I kill the c++ consumer the temporary queue stays and I get no errors from any kind.)

> Temporary queue don't go away after killing the process
> -------------------------------------------------------
>
>                 Key: AMQCPP-259
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-259
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 3.0
>         Environment: 2.6.25.20-0.4-pae #1 SMP 2009-06-01 09:57:12 +0200 i686 i686 i386 GNU/Linux, Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02), 
>            Reporter: Edison Melo
>            Assignee: Timothy Bish
>
> I'm trying to implement a reliable request - response. I have java and c++ producers that create a temporary queue. When I kill the java producer, the temporary queue goes away, and I get a InvalidDestinationException trying to send a message to that queue.  When I kill the c++ producer the temporary queue stays and I get no errors from any kind.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQCPP-259) Temporary queue don't go away after killing the process

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQCPP-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53700#action_53700 ] 

Timothy Bish commented on AMQCPP-259:
-------------------------------------

My testing show that from a properly closed connection all Temp Destinations are removed.

What do you mean when you say you kill the C++ Producer?

Attaching a short but complete sample application would be helpful to understand your use case.


> Temporary queue don't go away after killing the process
> -------------------------------------------------------
>
>                 Key: AMQCPP-259
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-259
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 3.0
>         Environment: 2.6.25.20-0.4-pae #1 SMP 2009-06-01 09:57:12 +0200 i686 i686 i386 GNU/Linux, Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02), 
>            Reporter: Edison Melo
>            Assignee: Timothy Bish
>
> I'm trying to implement a reliable request - response. I have java and c++ producers that create a temporary queue. When I kill the java producer, the temporary queue goes away, and I get a InvalidDestinationException trying to send a message to that queue.  When I kill the c++ producer the temporary queue stays and I get no errors from any kind.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (AMQCPP-259) Temporary queue don't go away after killing the process

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQCPP-259.
-------------------------------

    Resolution: Incomplete

> Temporary queue don't go away after killing the process
> -------------------------------------------------------
>
>                 Key: AMQCPP-259
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-259
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 3.0
>         Environment: 2.6.25.20-0.4-pae #1 SMP 2009-06-01 09:57:12 +0200 i686 i686 i386 GNU/Linux, Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02), 
>            Reporter: Edison Melo
>            Assignee: Timothy Bish
>
> I'm trying to implement a reliable request - response. I have java and c++ producers that create a temporary queue. When I kill the java producer, the temporary queue goes away, and I get a InvalidDestinationException trying to send a message to that queue.  When I kill the c++ producer the temporary queue stays and I get no errors from any kind.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.