[jira] [Commented] (QPID-5354) [AMQP 1.0] durable node property not signalled if specified on its own

2013-11-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13825294#comment-13825294
 ] 

ASF subversion and git services commented on QPID-5354:
---

Commit 1543018 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1543018 ]

QPID-5354: ensure requested durability for dynamically created node is 
communicated

 [AMQP 1.0] durable node property not signalled if specified on its own
 --

 Key: QPID-5354
 URL: https://issues.apache.org/jira/browse/QPID-5354
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.26
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: 0.26


 When requesting creation of the node on demand when attaching, if the only 
 thing specified for the node in the address string is that it is durable, 
 that fact will not be communicated via the node-properties sent with the 
 attach.
 E.g. 'q; {,create:always,node:{durable:True}}' will not result in a durable 
 queue being created (however if some other property is specified in addition, 
 or if the durable property is specified through a nested properties map, then 
 it will be).



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5354) [AMQP 1.0] durable node property not signalled if specified on its own

2013-11-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13825295#comment-13825295
 ] 

ASF subversion and git services commented on QPID-5354:
---

Commit 1543019 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1543019 ]

QPID-5354: added test

 [AMQP 1.0] durable node property not signalled if specified on its own
 --

 Key: QPID-5354
 URL: https://issues.apache.org/jira/browse/QPID-5354
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.26
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: 0.26


 When requesting creation of the node on demand when attaching, if the only 
 thing specified for the node in the address string is that it is durable, 
 that fact will not be communicated via the node-properties sent with the 
 attach.
 E.g. 'q; {,create:always,node:{durable:True}}' will not result in a durable 
 queue being created (however if some other property is specified in addition, 
 or if the durable property is specified through a nested properties map, then 
 it will be).



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5354) [AMQP 1.0] durable node property not signalled if specified on its own

2013-11-18 Thread Chuck Rolke (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13825410#comment-13825410
 ] 

Chuck Rolke commented on QPID-5354:
---

This fix addresses the issue described. Approved for inclusion in 0.26


 [AMQP 1.0] durable node property not signalled if specified on its own
 --

 Key: QPID-5354
 URL: https://issues.apache.org/jira/browse/QPID-5354
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.26
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: 0.26


 When requesting creation of the node on demand when attaching, if the only 
 thing specified for the node in the address string is that it is durable, 
 that fact will not be communicated via the node-properties sent with the 
 attach.
 E.g. 'q; {,create:always,node:{durable:True}}' will not result in a durable 
 queue being created (however if some other property is specified in addition, 
 or if the durable property is specified through a nested properties map, then 
 it will be).



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5354) [AMQP 1.0] durable node property not signalled if specified on its own

2013-11-18 Thread Justin Ross (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13825430#comment-13825430
 ] 

Justin Ross commented on QPID-5354:
---

Reviewed by Chuck.  Approved for 0.26.

 [AMQP 1.0] durable node property not signalled if specified on its own
 --

 Key: QPID-5354
 URL: https://issues.apache.org/jira/browse/QPID-5354
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.26
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: 0.26


 When requesting creation of the node on demand when attaching, if the only 
 thing specified for the node in the address string is that it is durable, 
 that fact will not be communicated via the node-properties sent with the 
 attach.
 E.g. 'q; {,create:always,node:{durable:True}}' will not result in a durable 
 queue being created (however if some other property is specified in addition, 
 or if the durable property is specified through a nested properties map, then 
 it will be).



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5354) [AMQP 1.0] durable node property not signalled if specified on its own

2013-11-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13825441#comment-13825441
 ] 

ASF subversion and git services commented on QPID-5354:
---

Commit 1543066 from [~gsim] in branch 'qpid/branches/0.26'
[ https://svn.apache.org/r1543066 ]

QPID-5354: ensure durability gets requested in node-properties (backported 
r1543018 and r1543019 for 0.26)

 [AMQP 1.0] durable node property not signalled if specified on its own
 --

 Key: QPID-5354
 URL: https://issues.apache.org/jira/browse/QPID-5354
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.26
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: 0.26


 When requesting creation of the node on demand when attaching, if the only 
 thing specified for the node in the address string is that it is durable, 
 that fact will not be communicated via the node-properties sent with the 
 attach.
 E.g. 'q; {,create:always,node:{durable:True}}' will not result in a durable 
 queue being created (however if some other property is specified in addition, 
 or if the durable property is specified through a nested properties map, then 
 it will be).



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org