Versions Compared

Key

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

...

Note that the <sm:address /> element is a ServiceMix extension that creates a PullPoint on a specific JBI endpoint. This is very useful when you want to create a subscription for this endpoint at deployment time (see the previous paragraph).

Notify

Code Block
langxml

<wsnt:Notify 
  xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2">
  <wsnt:NotificationMessage>
    <wsnt:Topic>myTopic</wsnt:Topic>
    <wsnt:Message>
      <hello>world</hello>
    </wsnt:Message>
  </wsnt:NotificationMessage>
</wsnt:Notify>
Wiki Markup
{scrollbar}