Hi,
Is it possible to dynamically provide name of profile like this?
I know there is "-Dspring.profiles.active", still there is some case where in I want to enable/disable it thru value of...
Type: Posts; User: raghav; Keyword(s):
Hi,
Is it possible to dynamically provide name of profile like this?
I know there is "-Dspring.profiles.active", still there is some case where in I want to enable/disable it thru value of...
Garry,
Finally it worked for me. All the time I was upgrading the RabbitMQ on same ubuntu. This time, I just tried it installing RabbitMQ 2.8.4 on another VM. All worked (including DLQ) fine....
Strange, with 2.8.4, and Spring AMQP 1.1.1, RabbitMQ java client 2.8.4, not able to send messages. I tried using your test above.
Queue gets created but no message is getting pushed. Also, there is...
Just to clarify above post, I was not able to publish message to queue (listener didn't receive it) using Spring AMQP 1.1/1.1.1 , RabbitMQ 2.8.4, Java Client 2.8.4 (2.8.1) and there was not...
I tried with 2.8.4 just now, this time message was getting to DLQ - when NORMAL message was published using RabbitMQ Mgmt plugin and after failure it gets in DLQ.
However, there is other problem, ...
Gary,
Thanks for reply. I am using "<entry key="x-dead-letter-exchange" value="deadLetterQueue" />" as additional queue argument. When this is added, I get following exception and queue gets...
Hi Garry,
When I have set manual ACK, how can do a basicReject on a message when SimpleListerner container receives exception?
If we catch RuntimeException and try to do basicReject, Container...