jms outbound gateway and aggregator
Hi, I'm getting failing to receive jms message within timeout exception with the following configs, I just want to see if i get the message back or not, can anyone tell me what i did wrong? I copied the aggregator stuff from Oleg's 2011 spring conference. thanks
<si-jms:outbound-gateway id="mygateway" request-channel="splitchannel" request-destination="outboundQueue"
reply-channel="myReplyChannel" reply-destination-name="QUEUEUNAME"
connection-factory="queueConnectionFactory"/>
<si:aggregator input-channel="myReplyChannel" output-channel="loggingChannel"
release-strategy-expression="size() == 1"
send-partial-result-on-expiry="true" message-store="messageStore"
expire-groups-upon-completion="false"/>
<si:logging-channel-adapter id="loggingChannel" log-full-message="true"/>
<bean id="messageStore" class="org.springframework.integration.store.Simpl eMessageStore"/>