Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Binding a channel to JMS is similar to binding a reference or service. The main difference is that by default, Topics instead of Queues are used for messaging:

Code Block
xml
xml

<channel name="TestDurableChannel" requires="f3:durable">
   <binding.jms>
      <destination jndiName="TestDurableChannelTopic"/>
   </binding.jms>
</channel>

dddddd