Kbase 22114: SonicMQ Bridge: How do you configure a durable consumer.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/10/2002 |
|
SUMMARY:
This solution applies to SonicMQ Bridges versions 3.x and 4.x.
This solution describes how to configure a consuming destination as a durable subscriber to a topic.
EXPLANATION:
You can configure a SonicMQ Bridge consumer destination as a durable subscriber to a topic. This is configured in the BridgeConfig.xml file.
SOLUTION:
To configure a Bridge consumer as a durable subscriber to a topic, you must add the DurableSubscription parameter reference to the consuming destination.
<destination
name = "Topic1"
role = "CONSUMER"
destination = "SampleTopic1"
type = "TOPIC" >
<resourceRef name = "conn1" type = "connection"/>
<resourceRef name = "Topic4" type = "destination"/>
<parameterRef name = "DurableSubscription" value "Subscription1"/>
</destination>
References to Written Documentation: