Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Messaging workstep : Message publisher workstep : XML tags for publisher workstep
 

XML tags for publisher workstep

An example of how the XML tags are to be used for a publisher workstep is shown below.
<MessagePublisherWS name="PublishNewProductMessage">
<Duration value="7200">2h</Duration>
<Priority>medium</Priority>
....
<MessageChannel>BP ServerChannel </MessageChannel>
<Messages>
<Message name="NewProduct">
<MessageData>
<Copy to="SenderComments">Sending Messages For Testing</Copy>
<Copy to="prodId">@ds1</Copy>
<Copy to="price">@ds3</Copy>
</MessageData>
</Message>
</Messages>
</MessagePublisherWS>