-
Jul 23rd, 2008, 02:19 PM
#1
How do I do this with annotations?
I'm trying to do the equivalent to the following using annotations:
<service-activator input-channel="exampleChannel" output-channel="replyChannel" ref="somePojo" method="someMethod"/>
I can't use the Handler annotation in conjunction with MessageEndpoint because I'm going to be connecting several channels to the one POJO, and I can't use the Subscribe or Publish methods because I want it to send a reply. Is it even possible to do this with the annotations?
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