Hello, We're trying to implement the claim-check pattern on top of our broker + dispatch-router topology. So we have a blob store and the idea is for each message above 10KB to store the payload in it and to only keep an ID in the message. The tricky part is the delete of the payload in the blob store, especially since some of our use cases are using multicast... When looking at the Broker-J source code I found this MessageDeleteListener which would be really helpful for this use case: https://github.com/apache/qpid-broker-j/blob/c018e1ac9d21e9f5eb38d2ae7a26a31e63c07fdf/broker-core/src/main/java/org/apache/qpid/server/store/MessageStore.java#L84
My first question would be, is it ok to use it? Second, so far the only way I found to register a new listener is to define my own VirtualHost, is there an easier way ? Thanks, Olivier ******************************* This e-mail contains information for the intended recipient only. It may contain proprietary material or confidential information. If you are not the intended recipient you are not authorized to distribute, copy or use this e-mail or any attachment to it. Murex cannot guarantee that it is virus free and accepts no responsibility for any loss or damage arising from its use. If you have received this e-mail in error please notify immediately the sender and delete the original email received, any attachments and all copies from your system.