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

[jira] Created: (AMQ-779) add createDurableSubscriber() methods to Session.h

add createDurableSubscriber() methods to Session.h
--------------------------------------------------

         Key: AMQ-779
         URL: https://issues.apache.org/activemq/browse/AMQ-779
     Project: ActiveMQ
        Type: Improvement

  Components: CMS  
    Reporter: james strachan


e.g.

http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Session.html#createDurableSubscriber(javax.jms.Topic,%20java.lang.String)

-- 
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-779) add createDurableSubscriber() methods to Session.h

Posted by "Nathan Mittler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-779?page=comments#action_36528 ] 

Nathan Mittler commented on AMQ-779:
------------------------------------

It looks like this has been implemented in activemq-cpp, not sure that it has been tested yet.  We should add an integration test for this.

> add createDurableSubscriber() methods to Session.h
> --------------------------------------------------
>
>          Key: AMQ-779
>          URL: https://issues.apache.org/activemq/browse/AMQ-779
>      Project: ActiveMQ
>         Type: Improvement

>   Components: CMS
>     Reporter: james strachan
>     Assignee: Nathan Mittler

>
>
> e.g.
> http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Session.html#createDurableSubscriber(javax.jms.Topic,%20java.lang.String)

-- 
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: (AMQCPP-6) add createDurableSubscriber() methods to Session.h

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

Hiram Chirino updated AMQCPP-6:
-------------------------------

    Fix Version/s: 1.0

> add createDurableSubscriber() methods to Session.h
> --------------------------------------------------
>
>                 Key: AMQCPP-6
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-6
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>          Components: CMS Impl
>            Reporter: james strachan
>         Assigned To: Timothy Bish
>             Fix For: 1.0
>
>
> e.g.
> http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Session.html#createDurableSubscriber(javax.jms.Topic,%20java.lang.String)

-- 
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] Work started: (AMQ-779) add createDurableSubscriber() methods to Session.h

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

Work on AMQ-779 started by Timothy Bish.

> add createDurableSubscriber() methods to Session.h
> --------------------------------------------------
>
>                 Key: AMQ-779
>                 URL: https://issues.apache.org/activemq/browse/AMQ-779
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: CMS (C++ client)
>            Reporter: james strachan
>         Assigned To: Timothy Bish
>
> e.g.
> http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Session.html#createDurableSubscriber(javax.jms.Topic,%20java.lang.String)

-- 
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] Closed: (AMQ-779) add createDurableSubscriber() methods to Session.h

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

Timothy Bish closed AMQ-779.
----------------------------

    Resolution: Fixed

Corrected the Commands for subscribe so that the activemq.subcriptionName header is used instead of activemq.subscriptionName.  Updated the integration test for durable subscriptions to have correct message handling so message are accounted for and tests now passes.



> add createDurableSubscriber() methods to Session.h
> --------------------------------------------------
>
>                 Key: AMQ-779
>                 URL: https://issues.apache.org/activemq/browse/AMQ-779
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: CMS (C++ client)
>            Reporter: james strachan
>         Assigned To: Timothy Bish
>
> e.g.
> http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Session.html#createDurableSubscriber(javax.jms.Topic,%20java.lang.String)

-- 
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] Moved: (AMQCPP-6) add createDurableSubscriber() methods to Session.h

Posted by "Nathan Mittler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-6?page=all ]

Nathan Mittler moved AMQ-779 to AMQCPP-6:
-----------------------------------------

        Project: ActiveMQ C++ Client  (was: ActiveMQ)
            Key: AMQCPP-6  (was: AMQ-779)
    Component/s: CMS Impl
                     (was: CMS (C++ client))

> add createDurableSubscriber() methods to Session.h
> --------------------------------------------------
>
>                 Key: AMQCPP-6
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-6
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>          Components: CMS Impl
>            Reporter: james strachan
>         Assigned To: Timothy Bish
>
> e.g.
> http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Session.html#createDurableSubscriber(javax.jms.Topic,%20java.lang.String)

-- 
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] Assigned: (AMQ-779) add createDurableSubscriber() methods to Session.h

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

Nathan Mittler reassigned AMQ-779:
----------------------------------

    Assign To: Nathan Mittler

> add createDurableSubscriber() methods to Session.h
> --------------------------------------------------
>
>          Key: AMQ-779
>          URL: https://issues.apache.org/activemq/browse/AMQ-779
>      Project: ActiveMQ
>         Type: Improvement

>   Components: CMS
>     Reporter: james strachan
>     Assignee: Nathan Mittler

>
>
> e.g.
> http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Session.html#createDurableSubscriber(javax.jms.Topic,%20java.lang.String)

-- 
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] Assigned: (AMQ-779) add createDurableSubscriber() methods to Session.h

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

Timothy Bish reassigned AMQ-779:
--------------------------------

    Assignee: Timothy Bish  (was: Nathan Mittler)

> add createDurableSubscriber() methods to Session.h
> --------------------------------------------------
>
>                 Key: AMQ-779
>                 URL: https://issues.apache.org/activemq/browse/AMQ-779
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: CMS (C++ client)
>            Reporter: james strachan
>         Assigned To: Timothy Bish
>
> e.g.
> http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Session.html#createDurableSubscriber(javax.jms.Topic,%20java.lang.String)

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