I'm still struggling with Spring Integration- here's my scenario:
1. A web service gets a request from client A
2. web service puts the request onto a queue
3. A queue consumer processes the...
Type: Posts; User: Mike Sickler; Keyword(s):
I'm still struggling with Spring Integration- here's my scenario:
1. A web service gets a request from client A
2. web service puts the request onto a queue
3. A queue consumer processes the...
Great- thanks Mark!
I don't see anything in the documentation about an inbound-webservice-gateway..
Mark,
No, I didn't know there was an inbound webservice gateway. Do you have an example?
Thanks,
Mike
Are there any examples of how to use the RendezvousChannel?
I want to have a web service that gets a request from a client, puts a message on a queue, blocks until it receives a response message,...