Results 1 to 2 of 2

Thread: Spring Integration and 3rd party JMS Brokers

  1. #1
    Join Date
    Oct 2008
    Posts
    15

    Default Spring Integration and 3rd party JMS Brokers

    Good morning!

    We are studying for the possibility to use Spring Integration in a major project and I have a few questions. I'll post each of these question-scenarios in a separate thread.

    Does Spring Integration require a third party JMS broker to handle JMS messages?

    Can a third party JMS broker be plugged-in into Spring Integration if we want to?

    What is the relationship between Spring Integration and JMS?

    Thank you for your time!

  2. #2
    Join Date
    May 2007
    Location
    Netherlands
    Posts
    614

    Default

    Spring integration is not a JMS implementation. We have adapters for sending to and receiving from JMS topics. That means you can interface with any JMS broker you like and you can choose not to use JMS at all if you want.

Posting Permissions

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