-
Oct 2nd, 2008, 08:02 AM
#1
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.
-
Oct 2nd, 2008, 12:58 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules