hello,
i'm new with spring integration, i read everything i can, but there is 2 point still not clear for me :
1) if i have an application "full spring integration" who put message in a channel A, how a full "jms application" (not made with Spring integration) can access to the message ? i need to make a bridge or the channel can do the job ?
2) i'm searching a good way to persist message in database, except calling a service in a "service activator", is there any other solution ?
thanks you for your answer.


Reply With Quote