Added support for a top-level 'poller' element. A single top-level poller may have a value of 'default=true'. When using the namespace support, endpoints with pollable input-channels are now required to have an explicit poller sub-element or a 'default' poller within the context. The sub-element now also accepts a "ref" (INT-390).
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
<jms:outbound-gateway id="jmsGateway"
|
||||
request-destination="requestQueue"
|
||||
request-channel="requestChannel"
|
||||
message-converter="converter"/>
|
||||
message-converter="converter">
|
||||
<si:poller>
|
||||
<si:interval-trigger interval="1000"/>
|
||||
</si:poller>
|
||||
</jms:outbound-gateway>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user