A QAnywhere message address has two parts, the client message store ID and the application queue name:
id\queue-name |
The queue name is specified inside the application, and must be known to instances of the sending application on other devices. For information about client message store IDs, see Setting up the client message store.
Each address can have at most one application associated with it at a time. More than one application running with the same address can result in undefined behavior during message retrieval.
When constructing addresses as strings in an application, be sure to escape the backslash character if necessary. Follow the string escaping rules for the programming language you are using. If your JMS destination contains a backslash, you must escape it with another backslash.
The address cannot be longer than 255 characters.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |