Results 1 to 2 of 2

Thread: newbie question - spring-integration and spring dm server

  1. #1

    Default newbie question - spring-integration and spring dm server

    I apologize if this question is a little stupid... The question is whether I can use spring dm server to "host" a bundle which is a spring-integration service with some endpoints... If yes, how can I access the exposed endpoints - can I just send a message to the endpoint and the dm server takes care of the message or some other procedure is necessary.

    Thanks in advance,
    m.v.

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    Marko,

    You can use Spring Integration in dm Server just like you would in any deployment scenario. If you want to expose channels or endpoints using <osgi:service/> in one bundle, you can reference them in another bundle using <osgi:reference/>. Transports such as JMS will work exactly as you expect them to.

    Rob
    Rob Harrop
    Lead Engineer, dm Server
    SpringSource
    http://www.springsource.com

    Co-Author - Pro Spring

Posting Permissions

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