Search:

Type: Posts; User: raghav; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thread: Spring profiles

    by raghav
    Replies
    0
    Views
    238

    Spring profiles

    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...
  2. Garry, Finally it worked for me. All the time...

    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....
  3. Strange, with 2.8.4, and Spring AMQP 1.1.1,...

    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...
  4. Just to clarify above post, I was not able to...

    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...
  5. I tried with 2.8.4 just now, this time message...

    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, ...
  6. Gary, Thanks for reply. I am using "

    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...
  7. Hi Garry, When I have set manual ACK, how can...

    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...
Results 1 to 7 of 7