On Wed, 23 Dec 2020 at 13:24, akabhishek1
<[email protected]> wrote:
>
> Hey Robbie,
>
> Thanks a lot for details !!
>
> Yes messages are sending back to ServiceBus and Delivery Count is also
> increasing at first time. I was worried that why client is not reciving
> message again and how we will identify them. You pointed correctlly about
> deposition, I looked again bad messages in ServiceBus explorer and realized
> that all the bad messages are in Defferred state, So Client will not receive
> those messages due to Defferred state and will stay idle on broker.
>
>
> We need your input on below open questions to handle defer scenarion -
>
> 1. We are getting exception directly on 'onException' method where we don't
> have any details of JMS Message.
>
>    Can you please guide us - how can we extract Message details of bad
> messages like - Message ID, Sequence NO, queue name ?
>    Can we get hold of JMSMessage object? It will be so great if we can get
> hold it, so we can reject/abandon message.
>

The issue revolves around the message failing to be processed for
delivery, so it isn't available to access when the exception listener
fires.

> 2. As per microsoft
> (https://docs.microsoft.com/en-us/azure/service-bus-messaging/message-deferral),
> we can receive deferred message with the use of only Sequence Number.
>         Do we have any option to receive deferred message with Qpid Client? 
> It will
> be great for reconciliation.

I dont know about this Service Bus functionality so I have no idea.

> 3. Do we have any option to control Disposition? So for example we can
> specify deadletter rather than defer.

The behaviour in this [rather irregular] case isnt controllable.

> 4. What is the disposition/delivery state set by qpid, that causes it to
> appear as deferred in Azure Service Bus?
>

As your logs show and I copied+noted in the previous reply, the client
sent a modified disposition with delivery-failed and
undeliverable-here flags set.




>
> Regards,
> Abhishek Kumar
>
>
>
> --
> Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

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

Reply via email to