Results 1 to 4 of 4

Thread: How to start with Remote Chunking

  1. #1

    Default How to start with Remote Chunking

    Hi,
    I am absolutely new to parallel processing.

    I am using ActiveMQ.

    The problem is how to configure clients?
    Will they be integration projects polling for the messages coming from activemq?
    what are the steps?

    need urgent help.

    Thank you.

  2. #2

    Default

    You should take a look at the samples: https://github.com/SpringSource/spring-batch

    Basic the Master read and create a message and insert in a queue, and the slaves will consume this message and insert in a reply queue.

  3. #3

    Default

    You should take a look at the samples: https://github.com/SpringSource/spring-batch

    Basic the Master read and create a message and insert in a queue, and the slaves will consume this message and insert in a reply queue.

  4. #4

    Default

    Thankyou for the reply.

    But i cant find a slave configuration there.
    Can any one provide a sample slave configuration?




    Thanks

Posting Permissions

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