Bug 962361 - [RFE]: The link must be named for the durable subscription queues
Summary: [RFE]: The link must be named for the durable subscription queues
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-13 09:32 UTC by Petr Matousek
Modified: 2020-11-04 22:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Petr Matousek 2013-05-13 09:32:27 UTC
Description of problem:

The following JMS client behavior change puts the supported clients out of sync: please see bug 962347.
Per discussion with Rajith, this change was made on purpose (to ensure users don't create durable temp queues) and the check is very useful.

I'm filling this bz to let the developers consider whether this change shall be also reflected by other supported clients. If the check is going to be implemented in the c++ client as well, the issue shall be also cloned for python client.

Version-Release number of selected component (if applicable):
qpid-cpp-*-0.22-2
qpid-java-*-0.22-2

How reproducible:
100%

Steps to Reproduce:
1. Use the following address string for receiver: 
   "amq.topic/some_subject;{ link: { durable: true } }"
2. Exception when using JMS client, no exception using c++ client (durable subscription queue created)
  
Actual results:
Different behavior of supported clients 

Expected results:
Supported clients behaves the same way

Additional info:


Note You need to log in before you can comment on or make changes to this bug.