--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/4702d610-4078-4f9c-bba7-2ffd47c1ef08%40googlegroups.com.
--
What I said is you could please make sure after consumer dropped the connection the queues are still keep declared.Thanks.
On Wed, Feb 26, 2020 at 3:45 PM devansh arora <devansh...@gmail.com> wrote:
Hello,--I am using SAC for a queue in my application. I deploy two instances of my application. Hence two consumers get attached to the SAC.One remains single active and the other is waiting.But when i stop the application instance whose consumer was in active mode, all the messages are getting disappeared from the queue(all ready, unack and total)I am creating consumers using apache camel routes.
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/5d1525fd-043b-4954-bcd5-799ee317b526%40googlegroups.com.
what's rabbitmq and erlang versions you are using with?Regards.
On Wed, Feb 26, 2020 at 4:50 PM devansh arora <devansh...@gmail.com> wrote:
--Hello Wesley,The queue is durable, hence the messages should remain in the queue. Right?In my case the queue remains alive, but all the messages and the waiting consumers also disappears.
On Wednesday, February 26, 2020 at 1:28:28 PM UTC+5:30, Wesley Peng wrote:What I said is you could please make sure after consumer dropped the connection the queues are still keep declared.Thanks.On Wed, Feb 26, 2020 at 3:45 PM devansh arora <devansh...@gmail.com> wrote:Hello,--I am using SAC for a queue in my application. I deploy two instances of my application. Hence two consumers get attached to the SAC.One remains single active and the other is waiting.But when i stop the application instance whose consumer was in active mode, all the messages are getting disappeared from the queue(all ready, unack and total)I am creating consumers using apache camel routes.
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/4702d610-4078-4f9c-bba7-2ffd47c1ef08%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/5d1525fd-043b-4954-bcd5-799ee317b526%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/41d85c8b-a589-435a-b306-dc68ea63b6da%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/41d85c8b-a589-435a-b306-dc68ea63b6da%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/d3052ba9-3824-4819-b11c-42eb7c8be6a0%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/d3052ba9-3824-4819-b11c-42eb7c8be6a0%40googlegroups.com.
I cannot reproduce. I tested with the following procedure:
- create a queue with the settings specified above
- start 2 instances of the same application. The application
registers a listener with explicit ack, qos = 2, and acks every other
message (this allows to have un-acked messages and messages to queue
up in the queue)
- send some messages, only the first instance receives the messages.
The management UI shows unacked messages and messages in the queue.
- stop the first instance.
- the second instance takes over and receives some messages. The
management UI shows the unacked messages and some remaining messages
in the queue.
I'm using RabbitMQ 3.8.2 and Erlang 22.2.6.
Could you provide some steps to reproduce (preferably without Camel,
with just a simple program using the Java client or something else)?
On Wed, Feb 26, 2020 at 10:18 AM devansh arora <devansh...@gmail.com> wrote:
>
> Yes Arnaud,
>
> I am using delivery mode =2. Also, the queue is not set to auto delete and also durable.
>
> On Wednesday, February 26, 2020 at 2:43:08 PM UTC+5:30, Arnaud Cogoluègnes wrote:
>>
>> > The queue is durable, hence the messages should remain in the queue. Right?
>>
>> The messages must also be published with delivery mode = 2 to be persistent.
>
> --
> You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
> To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/4cf4d375-747d-42ba-9490-06ef5d0590a2%40googlegroups.com.
The queue is durable, hence the messages should remain in the queue. Right?In my case the queue remains alive, but all the messages and the waiting consumers also disappears.
> To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/70d73aa7-4134-4ead-91e1-be4f9655e90e%40googlegroups.com.