cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to define an Expression Based Service Activator in Spring Configuration File?

Former Member
0 Likes
767
 Hi Experts,
 
 In our project, we get into a scenario were we need to call output channel based on certain condition.
 Example:
 <service-activator input-channel="test" ref="testbean" method="testmethod" output-channel=? />
 Here output channel is decided based on one criteria:
 Exception Occured ----> Goto EndChannel
 Success-->Goto Some X Channel
 
 Thanks in Advance,
 
 G Gopinath

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor
0 Likes
arvind-kumar_avinash
Active Contributor
0 Likes

Hi - did it help to solve your problem?

Former Member
0 Likes

Hi Arvinad,

Today i'm back to work after vacation.Now, i'm working with the above solution.

Thanks, G Gopinath.

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks .I

arvind-kumar_avinash
Active Contributor
0 Likes

You are most welcome.