Search:

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

Search: Search took 0.01 seconds.

  1. https://jira.springsource.org/browse/AMQP-307 -...

    https://jira.springsource.org/browse/AMQP-307 - issue ref.
  2. Multiple RabbitAdmin instances force dubious declarations.

    Hi Guys,

    I'm a little confused on the queue declaration policy for spring rabbit dist of amqp. Documentation suggests following

    2.12.1 Automatic Declaration of Exchanges, Queues and Bindings
    ...
  3. Replies
    5
    Views
    445

    Voted. Thanks for the help.

    Voted. Thanks for the help.
  4. Replies
    5
    Views
    445

    So. Thanks for the pointer on the debug level....

    So. Thanks for the pointer on the debug level. Turns out it was having trouble when the ttl of the messages was mismatched between the broker and the config for a DIFFERENT queue. However, this...
  5. Replies
    5
    Views
    445

    java.io.IOException: null at...

    java.io.IOException: null
    at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:106) ~[amqp-client-2.8.4.jar:na]
    at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:102)...
  6. Replies
    5
    Views
    445

    Unexpected behaviour with Rabbit Admin.

    Hallo,

    I was under the impression that RabbitAdmin

    "by default automatically looks for beans of type Queue, Exchange and Binding and declares them to the broker on behalf of the user"

    It...
  7. Replies
    5
    Views
    1,659

    Ah ok. So you suggest

    Ah ok.

    So you suggest


    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  8. Replies
    5
    Views
    1,659

    Ok, to clarify. You suggest that, provided I have...

    Ok, to clarify. You suggest that, provided I have the spring jars on the cp (I do), that I can use new 3.2 directives with the 3.1 schema set in the namespace ?

    Cheers,
    Mike.
  9. Replies
    5
    Views
    1,659

    spring-beans-3.2.xsd Where is it ?

    I've seen a lot of examples which use

    http://www.springframework.org/schema/beans/spring-beans-3.2.xsd

    as their namespace for beans. I can't access this location though so my question is : how...
  10. @Configurable causes ambiguous behaviour in unit tests.

    From the spring documentation 7.8.1.1 Unit testing @Configurable objects, it is suggested that, if you weave classes at compile time, then warnings should be thrown when you create configurable...
Results 1 to 10 of 10