Re: Verify presettlement of incoming JmsMessages

2020-06-22 Thread Robbie Gemmell
ginal Message- > From: Schwilk David (IOC/PAP-TH) > Sent: Montag, 22. Juni 2020 10:47 > To: users@qpid.apache.org > Subject: RE: Verify presettlement of incoming JmsMessages > > Hi Robbie, > > thank you for your quick answer, > We have tested setting this pro

RE: Verify presettlement of incoming JmsMessages

2020-06-22 Thread Schwilk David (IOC/PAP-TH)
, 18. Juni 2020 16:01 To: users@qpid.apache.org Subject: Re: Verify presettlement of incoming JmsMessages No, there isn't any API for checking the delivery settlement status in the JMS client, and none is planned. The JMS client uses consumer link settings that specify unsettled messages

RE: Verify presettlement of incoming JmsMessages

2020-06-22 Thread Schwilk David (IOC/PAP-TH)
. Juni 2020 16:01 To: users@qpid.apache.org Subject: Re: Verify presettlement of incoming JmsMessages No, there isn't any API for checking the delivery settlement status in the JMS client, and none is planned. The JMS client uses consumer link settings that specify unsettled messages be received

Re: Verify presettlement of incoming JmsMessages

2020-06-18 Thread Robbie Gemmell
No, there isn't any API for checking the delivery settlement status in the JMS client, and none is planned. The JMS client uses consumer link settings that specify unsettled messages be received, unless configured otherwise using the presettlePolicy connection options in which case it can request

Verify presettlement of incoming JmsMessages

2020-06-18 Thread Schwilk David (IOC/PAP-TH)
Hello, As part of the project Eclipse Ditto we use the Qpid JMS client 0.45.0. We want to check if the incoming JmsMessages were presettled by the system, sending the message. I saw that this possibility exists in Qpid Proton client via the function Delivery.isSettled(). Is there a similar