Page 1 of 1

How to pass not delivered messages to subscribers.

Posted: Fri 14 Jan 2022 10:24
by dqrest
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?

Re: How to pass not delivered messages to subscribers.

Posted: Wed 19 Jan 2022 15:55
by DmitryGm
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.