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 from it. It emits a warning
log message if that happens.

On Wed, 22 Jul 2020 at 19:54, vishnu pk  wrote:
>
> 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' in Azure 
> bus.Once changed the status to deferred it is never been picked up.
>
> As per Microsoft it is due to some modification/rejection of records from 
> clients who fetch messages from the queue.
>
> Does applying any Qpid property could change this behaviour?.. Appreciate 
> your advice on this .
>
> Expectation: The messages should not be changed to deferred state , rather it 
> can be redelivered or send to dead letter queue.
>
> Thanks a lot!
>
> Regards
> Vishnu
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: [VOTE] Release Apache Qpid Proton-J 0.33.6

2020-07-23 Thread Oleksandr Rudyy
+1

* verified signatures and checksums
* built successfully from source bundle with running all tests (using JDK8)
* ran successfully Qpid Broker-J integration tests (on master branch) using
JMS client 0.49.0 together with staged 0.33.6 proton-j artifacts





On Tue, 21 Jul 2020 at 17:28, Robbie Gemmell 
wrote:

> Hi folks,
>
> I have put together a spin for a Qpid Proton-J 0.33.6 release, please
> test it and vote accordingly.
>
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.33.6-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1201
>
> The JIRAs assigned are:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12348343
>
> Regards,
> Robbie
>
> P.S. If you want to test things out using maven with your own build
> you can temporarily add this to your poms to access the staging repo:
>
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1201
> 
> 
>   
>
> The dependency for proton-j would then be:
>
>   
> org.apache.qpid
> proton-j
> 0.33.6
>   
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>