it's my gateway configuration.Code:<jms:inbound-gateway id="mindMessageHODXGateway" request-destination="mindQueueHODX" request-channel="mindMessageChannel" error-channel="mindMessageConsumptionErrorChannel" auto-startup="false" extract-request-payload="false" selector="SERVICE='HODX'" request-timeout="-1" />
Now i can get the gateway instance from the application context.
It's an instance of 'JmsMessageDrivenEndpoint'.
But i can't get the channel name used in the instance.
The name is for me to look up the channel instance in the application context.
Can somebody help me ?


Reply With Quote