How to pass not delivered messages to subscribers.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
dqrest
Posts: 32
Joined: Tue 15 Sep 2015 06:01

How to pass not delivered messages to subscribers.

Post by dqrest » Fri 14 Jan 2022 10:24

Hello!
I use Advanced Queuing Technology and follow to
https://www.devart.com/dotconnect/oracle/docs/aq.html

For example, I have 2 users Bill and Ann. Bill and Ann are subscribed to OracleQueueAdmin .
But Ann is not active, i.e. there is no OracleQueue for Ann to get messages.
Then Bill pass a message to all subscribes, and after 1 minute Ann connect to application and get this not delivered message.

How can I do it?

DmitryGm
Devart Team
Posts: 152
Joined: Fri 11 Dec 2020 10:27

Re: How to pass not delivered messages to subscribers.

Post by DmitryGm » Wed 19 Jan 2022 15:55

We couldn't reproduce such behavior in our environment. Please show an example of your code for creating a queue, sending a message, as well as an example code for receiving a message.

Post Reply