ttruong
Jun 17th, 2008, 07:21 AM
Hi all,
currently I am evaluating for a new integration framework and this one looks very good.
Now I am trying to retrieve jms messages by configuring the jms-source. In your documentation for M3 it was like:
<jms-source connection-factory="connFactory" destination="inQueue" channel="in1"/>
Now in M4 it is like this:
<jms-source id="jmsSource" connection-factory="connFactory" destination="inQueue" />
No I wonder to which channel the incoming jms messages (from the inQueue) are sent to :confused:?
Thanks Tai
currently I am evaluating for a new integration framework and this one looks very good.
Now I am trying to retrieve jms messages by configuring the jms-source. In your documentation for M3 it was like:
<jms-source connection-factory="connFactory" destination="inQueue" channel="in1"/>
Now in M4 it is like this:
<jms-source id="jmsSource" connection-factory="connFactory" destination="inQueue" />
No I wonder to which channel the incoming jms messages (from the inQueue) are sent to :confused:?
Thanks Tai