Re: Message moves to differed state in Azure Bus while fetching via Qpid

2020-08-17 Thread Robbie Gemmell
You won't see any 'warnings' from the protocol trace output you turned on, it doesn't have levels. You would just see e.g Disposition frames carrying a particular message state. The error log I mentioned would come from the 'regular' logging in the code, depending on configuration for whatever

Re: Message moves to differed state in Azure Bus while fetching via Qpid

2020-08-16 Thread vishnu pk
Hi Robbie, Glad for your answers, As suggested i tried to capture the log but couldn't find any 'Warnings' to understand the core reason. To enable log i Set the environment variable (not Java system property) PN_TRACE_FRM to true. Could you suggest, if there is any other way to enable the

Re: Message moves to differed state in Azure Bus while fetching via Qpid

2020-07-23 Thread Robbie Gemmell
Their documentation suggests they apply this 'deferred' state when a message has the 'modified' disposition set indicating the delivery-failed and undeliverable-here flags. I believe the client only does this in one place by itself, when it is unable to decode an arriving delivery and create a JMS

Message moves to differed state in Azure Bus while fetching via Qpid

2020-07-22 Thread vishnu pk
Hi Team, I have a scenario where we are fetching records in Azure service bus with the help of Qpid library in a 3rd party integration tool. It is noticed that while fetching a large pile up of records from the Azue queue , many of the records are not fetched but changed the status to 'deferred'