Universal Messaging Developer Guide : The Enterprise Client APIs : The Universal Messaging Java Enterprise Developer's Guide : Universal Messaging Java Client: Code for Sample Applications : Pub/Sub Channels : Universal Messaging Java Client: Transactional Channel Publisher
Universal Messaging Java Client: Transactional Channel Publisher
This example publishes events transactionally to a Universal Messaging Channel. A Universal Messaging transaction can contain one or more events. The events which make up the transaction are only made available by the Universal Messaging server if the entire transaction has been committed successfully.
Usage
npubtxchan <channel name> [count] [size] [tx size]

<Required Arguments>

<channel name> - Channel name parameter for the channel to publish to

[Optional Arguments]

[count] -The number of events to publish (default: 10)
[size] - The size (bytes) of the event to publish (default: 100)
[tx size] - The number of events per transaction (default: 1)


Note: -? provides help on environment variables
Application Source Code
Click here for a code example
Copyright © 2013-2014 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback