Results 1 to 2 of 2

Thread: BindingBuilder API misunderstanding

  1. #1
    Join Date
    Jan 2011
    Posts
    11

    Default BindingBuilder API misunderstanding

    Hello

    I have the followind code
    Code:
    Binding b = BindingBuilder.from(someQueue).to(someTopicExchange).with("foo.*");
    I can interpret this code like messages from queue "someQueue" will be delivered to exchange "someTopicExchange" with key "foo.*". I think it's wrong. How should I read this code?

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    If you upgrade to 1.0 RC2, this issue has been addressed:
    https://jira.springsource.org/browse/AMQP-143

    Hopefully you find that the new terminology is less confusing.

Posting Permissions

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