スタートアップ(英語)
コミュニティ(英語)
トレーニング(英語)
チュートリアル(英語)
ドキュメント
API、AI、ツール (英語)
<anypoint-mq:default-subscriber-config
name="Anypoint_MQ_Default_subscriber"
acknowledgementMode="IMMEDIATE"
acknowledgementTimeout="10000" <!-- (1) -->
maxRedelivery="2" <!-- (2) -->
pollingTime="2000"
fetchSize="5" <!-- (3) -->
fetchTimeout="5000" <!-- (3) -->
frequency="2000"> <!-- (3) -->
<anypoint-mq:connection <!-- (4) -->
clientId="${client.id}"
clientSecret="${client.secret}"/>
<anypoint-mq:circuit-breaker <!-- (5) -->
circuitName="InvoiceSettings"
onErrorTypes="JMS:TIMEOUT"
errorsThreshold="10" tripTimeout="1"
tripTimeoutUnit="MINUTES" />
</anypoint-mq:default-subscriber-config>


