You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew MacBean (Created) (JIRA)" <ji...@apache.org> on 2011/10/10 16:19:29 UTC

[jira] [Created] (QPID-3539) The setting of NoLocal when creating a durable subscription does not have the desired affect of preventing delivery of message on same connection.

The setting of NoLocal when creating a durable subscription does not have the desired affect of preventing delivery of message on same connection.
--------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: QPID-3539
                 URL: https://issues.apache.org/jira/browse/QPID-3539
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.13
            Reporter: Andrew MacBean


According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Closed] (QPID-3539) NoLocal should occur at the connection level and not the session level (0-10)

Posted by "Keith Wall (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall closed QPID-3539.
----------------------------

    
> NoLocal should occur at the connection level and not the session level (0-10)
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3539
>                 URL: https://issues.apache.org/jira/browse/QPID-3539
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.13
>            Reporter: Andrew MacBean
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>         Attachments: 0001-QPID-3539-NoLocal-should-occur-at-the-connection-lev.patch
>
>
> According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.
> This appears to be because NoLocal is done at a session level rather than at connection level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3539) NoLocal should occur at the connection level and not the session level (0-10)

Posted by "Andrew MacBean (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew MacBean updated QPID-3539:
---------------------------------

    Description: 
According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.

This appears to be because NoLocal is done at a session level rather than at connection level.

  was:According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.

        Summary: NoLocal should occur at the connection level and not the session level (0-10)  (was: The setting of NoLocal when creating a durable subscription does not have the desired affect of preventing delivery of message on same connection.)
    
> NoLocal should occur at the connection level and not the session level (0-10)
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3539
>                 URL: https://issues.apache.org/jira/browse/QPID-3539
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.13
>            Reporter: Andrew MacBean
>
> According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.
> This appears to be because NoLocal is done at a session level rather than at connection level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3539) NoLocal should occur at the connection level and not the session level (0-10)

Posted by "Alex Rudyy (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy reassigned QPID-3539:
--------------------------------

    Assignee: Alex Rudyy
    
> NoLocal should occur at the connection level and not the session level (0-10)
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3539
>                 URL: https://issues.apache.org/jira/browse/QPID-3539
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.13
>            Reporter: Andrew MacBean
>            Assignee: Alex Rudyy
>
> According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.
> This appears to be because NoLocal is done at a session level rather than at connection level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3539) NoLocal should occur at the connection level and not the session level (0-10)

Posted by "Alex Rudyy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy updated QPID-3539:
-----------------------------

    Status: Ready To Review  (was: In Progress)
    
> NoLocal should occur at the connection level and not the session level (0-10)
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3539
>                 URL: https://issues.apache.org/jira/browse/QPID-3539
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.13
>            Reporter: Andrew MacBean
>            Assignee: Alex Rudyy
>         Attachments: 0001-QPID-3539-NoLocal-should-occur-at-the-connection-lev.patch
>
>
> According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.
> This appears to be because NoLocal is done at a session level rather than at connection level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3539) NoLocal should occur at the connection level and not the session level (0-10)

Posted by "Alex Rudyy (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy reassigned QPID-3539:
--------------------------------

    Assignee: Keith Wall  (was: Alex Rudyy)

Keith,
Could you please review and commit the patch?
                
> NoLocal should occur at the connection level and not the session level (0-10)
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3539
>                 URL: https://issues.apache.org/jira/browse/QPID-3539
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.13
>            Reporter: Andrew MacBean
>            Assignee: Keith Wall
>         Attachments: 0001-QPID-3539-NoLocal-should-occur-at-the-connection-lev.patch
>
>
> According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.
> This appears to be because NoLocal is done at a session level rather than at connection level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3539) NoLocal should occur at the connection level and not the session level (0-10)

Posted by "Alex Rudyy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy updated QPID-3539:
-----------------------------

    Attachment: 0001-QPID-3539-NoLocal-should-occur-at-the-connection-lev.patch

Attached a patch fixing the issue
                
> NoLocal should occur at the connection level and not the session level (0-10)
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3539
>                 URL: https://issues.apache.org/jira/browse/QPID-3539
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.13
>            Reporter: Andrew MacBean
>            Assignee: Alex Rudyy
>         Attachments: 0001-QPID-3539-NoLocal-should-occur-at-the-connection-lev.patch
>
>
> According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.
> This appears to be because NoLocal is done at a session level rather than at connection level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3539) NoLocal should occur at the connection level and not the session level (0-10)

Posted by "Keith Wall (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall resolved QPID-3539.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.15

Patch applied; no comments.
                
> NoLocal should occur at the connection level and not the session level (0-10)
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3539
>                 URL: https://issues.apache.org/jira/browse/QPID-3539
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.13
>            Reporter: Andrew MacBean
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>         Attachments: 0001-QPID-3539-NoLocal-should-occur-at-the-connection-lev.patch
>
>
> According to the JMS spec the setting of the NoLocal parameter to the method createDurableSubscriber should prevent the delivery of messages produced by the same connection, this is not the behavior in Qpid for 0-10.
> This appears to be because NoLocal is done at a session level rather than at connection level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org