[ 
https://issues.apache.org/jira/browse/QPID-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180534#comment-16180534
 ] 

Rob Godfrey edited comment on QPID-7652 at 9/26/17 9:31 AM:
------------------------------------------------------------

So, one potential avenue here would be to say that if a connection from a 
client was opened with the desired-properties field of the client's open 
containing "DELAYED_DELIVERY"; then any queue created incidentally by the 
broker for that connection (e.g. a temporary queue, or via a durable 
subscription link) should be created with holdsOnPublishEnabled being true.  
This would require holding one piece of boolean state associated with the 
connection object; and then verifying this state when creating these 
(temporary) queues.


was (Author: rgodfrey):
So, one potential avenue here would be to say that if a connection from a 
client was opened with the desired-properties field of the client's open 
containing "DELAYED_DELIVERY"; then any queue created incidentally by the 
broker (e.g. a temporary queue, or via a durable subscription link) should be 
created with holdsOnPublishEnabled being true.  This would require holding one 
piece of boolean state associated with the connection object; and then 
verifying this state when creating these (temporary) queues.

> [Java Broker] Subscription queue do not have 'message holding' enabled by 
> default in order to support 'message delivery delay'
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7652
>                 URL: https://issues.apache.org/jira/browse/QPID-7652
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Alex Rudyy
>            Priority: Minor
>             Fix For: Future
>
>
> 'Hold on publish' feature is not enabled on subscription queue. Thus, they 
> currently cannot support  'message delivery delay' as specified in JMS 2.0 
> spec "7.9. Message delivery delay".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to