[ 
https://issues.apache.org/jira/browse/QPID-8469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier VERMEULEN updated QPID-8469:
------------------------------------
    Description: 
We're trying to implement the claim-check pattern on top of the Broker.

So when a big message is sent, we put the payload in a blob store and we just 
pass the ID in the message headers.

The biggest problem is, when do we remove the payload from the blob store, 
especially in multicast mode ?

The message delete listener would be perfect for that except that the message 
has already been cleaned when it is called and the headers have been removed...

  was:We're trying to implement the claim-check pattern on top of theĀ 


> [Broker-J][Message Store] The message is already cleaned when the delete 
> listener is called
> -------------------------------------------------------------------------------------------
>
>                 Key: QPID-8469
>                 URL: https://issues.apache.org/jira/browse/QPID-8469
>             Project: Qpid
>          Issue Type: Bug
>          Components: Broker-J
>    Affects Versions: qpid-java-broker-8.0.0
>            Reporter: Olivier VERMEULEN
>            Priority: Major
>
> We're trying to implement the claim-check pattern on top of the Broker.
> So when a big message is sent, we put the payload in a blob store and we just 
> pass the ID in the message headers.
> The biggest problem is, when do we remove the payload from the blob store, 
> especially in multicast mode ?
> The message delete listener would be perfect for that except that the message 
> has already been cleaned when it is called and the headers have been 
> removed...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to