Results 1 to 2 of 2

Thread: Declaring the exchange on every plublish

Hybrid View

  1. #1

    Default Declaring the exchange on every plublish

    I've noticed from the logs that everytime I publish a message with RabbitTemplate it auto declares the exchange even though I already declared it.

    Code:
    14:20:49,311 WARN  [] [RabbitAdmin] Auto-declaring a non-durable Exchange (corevin). It will be deleted by the broker if it shuts down, and can be redeclared by closing and reopening the connection.
    Anyway to toggle off this behavior?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,232

    Default

    I think that was a "feature" of RC1. Is that the version you are using? If so just upgrade to a snapshot (very stable at the moment because RC2 is on the launchpad).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •