Search:

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

Search: Search took 0.03 seconds.

  1. Anyone help me? will be appreciated.

    Anyone help me? will be appreciated.
  2. Replies
    14
    Views
    64,705

    Thank you very much for clear my confusion,...

    Thank you very much for clear my confusion, mminella.

    Cheers.
    --Jason
  3. Replies
    14
    Views
    64,705

    I wonder what's the deference between Spring...

    I wonder what's the deference between Spring Batch & Hadoop? looks like they all focus on Big Data & parellel processing.

    Thanks for you guys provided above good stuffs for beginners like me.
    ...
  4. Batch message consuming with Spring AMQP & Spring Mail?

    In my email send app, I use Spring AMQP storing email message that come from upper apps(exposing a REST to them). then fetch email message from queue and sending it to SMTP Server through Spring...
  5. How can I intercept a exception just when it occurred?

    Some code like this:


    public class A {

    @Autoware
    private B b;

    public void a() {
    //AAA: some logic process that maybe throw exception
  6. thanks Gary. I searching the web found that in...

    thanks Gary.

    I searching the web found that in rabbit-java-client API there is a method maybe can use to find a queue's depth:...
  7. Replies
    2
    Views
    266

    Thank you, Gary. The priority of message is...

    Thank you, Gary.

    The priority of message is very annoying indeed.
  8. Replies
    3
    Views
    60,791

    x-dead-lettter-exchange argument should add to...

    x-dead-lettter-exchange argument should add to the original queue. And, you also need Binding a DLQ(dead-letter queue) to DLX. like this:

    Both Producer & Consumer side:


    <rabbit:queue...
  9. Replies
    2
    Views
    266

    Beautiful, Marten - thank you very much! ...

    Beautiful, Marten - thank you very much!

    Cheers.
    -Jason
  10. Replies
    2
    Views
    266

    Why my post require "moderator approval"?

    Today i posted two threads about spring-amqp, one is success posted:

    http://forum.springsource.org/showthread.php?133798-Dynamic-adjust-instances-of-concurrentConsumers

    But another issue that...
  11. Dynamic adjust instances of concurrentConsumers

    I noticed that SimpleMessageListenerContainer has a property - concurrentConsumers; I use it to setting the count of concurrent consumers:


    <rabbit:listener-container...
  12. Replies
    2
    Views
    266

    About priority of message

    Since currently rabbitmq not support the priority of message, i use separate queue for per priority-message. for example, queue.priority.low & queue.priority.high. And every queue has its respective...
  13. Thank you very much, Gary. How warm-hearted you...

    Thank you very much, Gary. How warm-hearted you are!

    So i can't modify the original message, even the MessageProperties or headers of it?
  14. Thanks for reply, Gary. Yes, i increased the...

    Thanks for reply, Gary.

    Yes, i increased the channel-cache-size to 4 since i need some consumers that also need channel instance separately.

    I dig out a post that you posted on another...
  15. How can i modify & reject a received message to rabbit broker?

    As a amqp-client, spring-amqp really done a pretty nice job in my mq-based email app. Thanks all of spring-amqp-team.

    I use Dead Letter Exchange(DLX) and spring-retry for the bussness exceptions...
  16. Replies
    3
    Views
    373

    I encounter this problem too. that's what i...

    I encounter this problem too. that's what i solved it:

    Because spring-amqp wrap business exceptions into ListenerExecutionFailedException, So we register wrapped business exceptions instead of...
  17. What's the relationship between RabbitTemplate & instances of Publisher(or channel)?

    I am integrating Spring-amqp into my email-app.

    In my amqp config xml-file, I just declare a rabbitTemplate like this:

    <rabbit:template id="rabbitTemplate"...
  18. i use CachingConnectionFactory & also encounter...

    i use CachingConnectionFactory & also encounter this problem.
    and interface ConnectionFactory not provide a destroy() or close() method invoke,but its subclass AbstractConnectionFactory have ,so i ...
Results 1 to 18 of 18