How does message chunking aggregator-router correlate to a queue?

View: New views
2 Messages — Rating Filter:   Alert me  

How does message chunking aggregator-router correlate to a queue?

by Marco Mascia-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In the below configuration I do not see any indication of what queue it comes from.

<inbound>
  <message-chunking-aggregator-router>
    <expression-message-info-mapping correlationIdExpression="#[header:correlation]"/>
    <payload-type-filter expectedType="org.foo.some.Object"/>
  </message-chunking-aggregator-router>
</inbound>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: How does message chunking aggregator-router correlate to a queue?

by Marco Mascia-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have the answer.  

                    <inbound>
                        <jms:inbound-endpoint connector-ref="jmsConnectorReceiver"
                                        queue="gOrder" />
                        <message-chunking-aggregator-router>
                                        <payload-type-filter expectedType="java.lang.Object" />
                        </message-chunking-aggregator-router>
                        </inbound>
                        <component>
                                <spring-object bean="OrderWriter" />
                        </component>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email