A queue manager name must:
- Not be NULL. An empty string "" defaults to the local
queue manager.
- Conform to the ASCII character set. That is characters with values
that are greater than 31 but less than 128 and must not include any of the
characters ' {}[]#():;,'= ' .
- Be less than 48 characters long if it is required to interoperate with
WebSphere MQ.
A queue name must
- Be at least one character long.
- Conform to the ASCII character set. That is characters with values
that are greater than 31 but less than 128 and must not include any of the
characters ' {}[]#():;,'= ' .
- Be less than 48 characters long if it is required to interoperate with
WebSphere MQ.
© IBM Corporation 2002. All Rights Reserved