On Wed, 9 Dec 2020 at 22:19, Michael Walser wrote:
>
> Thank your for your exhaustive answer.
>
>
> Am 09.12.20 um 16:53 schrieb Robbie Gemmell:
> >> That said, Qpid JMS and at least the Qpid brokers have long supported
> >> (along with ActiveMQ Artemis more recently) an escape of "quoting" the
>
Thank your for your exhaustive answer.
Am 09.12.20 um 16:53 schrieb Robbie Gemmell:
>> That said, Qpid JMS and at least the Qpid brokers have long supported
>> (along with ActiveMQ Artemis more recently) an escape of "quoting" the
>> contents of the 'property name' variable for bypassing some of
esday, December 9, 2020 at 10:53 AM
To: users
Subject: Re: Qpid JMS: Message filter validation
On Wed, 9 Dec 2020 at 15:39, Robbie Gemmell wrote:
>
> On Tue, 8 Dec 2020 at 22:21, Michael Walser wrote:
> >
> > Hello,
> >
> > I'm attempting to use Qpid JMS to connect
On Wed, 9 Dec 2020 at 15:39, Robbie Gemmell wrote:
>
> On Tue, 8 Dec 2020 at 22:21, Michael Walser wrote:
> >
> > Hello,
> >
> > I'm attempting to use Qpid JMS to connect to an AMQP 1.0 server (namely
> > Azure Event Hubs). To be able to start consuming messages at a certain
> > offset I have to
On Tue, 8 Dec 2020 at 22:21, Michael Walser wrote:
>
> Hello,
>
> I'm attempting to use Qpid JMS to connect to an AMQP 1.0 server (namely
> Azure Event Hubs). To be able to start consuming messages at a certain
> offset I have to set a message filter.
>
> The filters reads like this:
> amqp.an
Hello,
I'm attempting to use Qpid JMS to connect to an AMQP 1.0 server (namely
Azure Event Hubs). To be able to start consuming messages at a certain
offset I have to set a message filter.
The filters reads like this:
amqp.annotation.x-opt-offset > '100'
When setting the filter using
ses