Universal Messaging 9.10 | Universal Messaging Developer Guide | Enterprise APIs | Enterprise Developer's Guide for Java | Code Examples | Pub/Sub Channels | Java Client: Asynchronous Named Channel Consumer
 
Java Client: Asynchronous Named Channel Consumer
This example shows how to asynchronously subscribe to events on a Universal Messaging Channel using a named object.
Usage

nnamedsubchan <channel name> [name] [start eid] [debug] [count] [auto ack]
[cluster wide] [persistent] [selector]

<Required Arguments>

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

[Optional Arguments]

[name] - Specifies the unique name to be used for a named subscription
(default: OS username)
[start eid] - The Event ID to start subscribing from if the named subscriber needs
to be created (doesn't exist)
[debug] - The level of output from each event, 0 - none, 1 - summary,
2 - EIDs, 3 - All
[count] - The number of events to wait before printing out summary information
(default: 1000)
[auto ack] - Specifies whether each event will be automatically acknowledged by
the api (default: true)
[cluster wide] - Specifies whether the named object is to be used across a cluster
(default: false)
[persistent] - Specifies whether the named object state is to be stored to disk or
held in server memory (default: false)
[priority] - The priority of the subscriber.
[selector] - The event filter string to use


Note: -? provides help on environment variables
Application Source Code
Click here for a code example

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.