Trying to get the following spring int config working using activemq and
Can anyone point me in the directions of a usable working example please?Code:<si-jms:outbound-gateway header-mapper="jmsIDHeaderMapper" connection-factory="jmsConnectionFactory" request-channel="inChannel" request-destination="requestQueue" reply-channel="outChannel" reply-destination="replyQueue" receive-timeout="5000"/>
Many thanks in advance


Reply With Quote