JMS exception messages
This section lists most common exceptions that can be generated by WebSphere MQ JMS. It does not include all messages that can be written to a trace file. If you receive an exception message not in this list (except in a trace file), or if the cause seems to be an error in WebSphere MQ JMS, please contact your IBM service representative.
MQJMS0000 | Method {0} has been invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation. |
User Response: See Using Secure Sockets Layer (SSL) for more information.
MQJMS0002 | JMS Client attempted to set invalid clientId on a connection. |
User Response: The clientId property on a connection can only be set once, only to a non-null value, and only before the connection is used. Ensure that the connection is valid and that the clientId value is not null.
MQJMS0003 | Destination not understood or no longer valid. |
User Response: Check that WebSphere MQ is still running and the queue manager is available. Check that the right connection is being used for your queue or topic.
MQJMS0004 | JMS Client has given JMS Provider a message selector with invalid syntax. |
User Response: Check the linked WebSphere MQ exception reason and completion codes for more information.
MQJMS0005 | Unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read. |
User Response: Check the length of buffer supplied. Check system event logs for more information.
MQJMS0006 | JMS Client attempts to use a data type not supported by a message or attempts to read data in the wrong type. |
User Response: Check that the message received and the properties to be read are of the type expected.
MQJMS0009 | JMS Provider is unable to allocate the resources required for a method. |
User Response: Check system resources and load.
MQJMS0010 | Operation invalid because a transaction is in progress. |
User Response: Wait for the current transaction to complete. See the linked WebSphere MQ exception for further information.
MQJMS0011 | Call to Session.commit resulted in a rollback of the current transaction. |
MQJMS1000 | Failed to create JMS message. |
User Response: Check the linked WebSphere MQ exception Reason and Completion code for more information.
MQJMS1001 | Unknown acknowledgement mode {0}. |
User Response: See Session for the possible values for acknowledgement mode.
MQJMS1004 | Connection closed. |
User Response: Ensure that the connection is open before performing any operation.
MQJMS1005 | Unhandled state transition from {0} to {1}. |
User Response: Check the linked WebSphere MQ exception reason and completion code.
MQJMS1006 | Invalid value for {0}: {1} |
User Response: Check the linked WebSphere MQ exception reason and completion code. SeeTable 11 for a list of valid values for this property.
MQJMS1008 | Unknown value of transportType: {0}. |
User Response: See Table 11 for a list of valid values for this property.
MQJMS1010 | Not implemented. |
MQJMS1011 | Security credentials cannot be specified when using MQ bindings. |
User Response: Ensure that you do not try to specify security credentials when using a bindings connection.
MQJMS1012 | No message listener. |
User Response: Restart the message listener and retry.
MQJMS1013 | Operation invalid while session is using asynchronous delivery. |
User Response: See Asynchronous delivery for further information.
MQJMS1014 | Operation invalid for identified producer. |
User Response: See QueueSender and the JMS specification (http://java.sun.com/products/jms/docs.html) for further information.
MQJMS1015 | Unknown value of targetClient: {0}. |
User Response: See Sending a message for valid values of the targetClient property.
MQJMS1017 | Non-local MQ queue not valid for receiving or browsing. |
User Response: Check the queue properties.
MQJMS1018 | No valid connection available. |
User Response: Create a valid connection for this operation.
MQJMS1019 | Invalid operation for non-transacted session. |
User Response: Check the linked IllegalStateException for more information. See Session for further information.
MQJMS1020 | Invalid operation for transacted session. |
User Response: See Session for further information.
MQJMS1021 | Recover failed: unacknowledged messages might not get redelivered. |
User Response: Contact your IBM representative.
MQJMS1022 | Failed to redirect message. |
User Response: Contact your IBM representative.
MQJMS1023 | Rollback failed. |
User Response: Check the linked WebSphere MQ Exception reason and completion codes for further information.
MQJMS1024 | Session closed. |
User Response: Restart the session, and check all required resources are available.
MQJMS1025 | Failed to browse message. |
User Response: Check the linked WebSphere MQ Exception reason and completion codes. Check that a message is available for browsing.
MQJMS1026 | ExceptionListener threw exception: {0}. |
MQJMS1027 | Failed to reconstitute destination from {0}. |
User Response: Ensure that any messages being sent by non-JMS applications have correctly formatted destination information. In the case of RFH2 headers, pay special attention to the "Rto" (reply to) and "Dst" (destination) elements of the XML portion of the header. Valid destination strings must start either "queue" or "topic".
MQJMS1028 | Element name is null. |
User Response: Ensure that all name strings being used to retrieve values are non-null.
MQJMS1029 | Property name is null. |
User Response: Ensure that the name strings indicated do not have null values.
MQJMS1031 | An internal error has occurred. Please contact your system administrator. |
User Response: Contact your IBM representative.
MQJMS1032 | close() failed because of {0} |
User Response: Contact your IBM representative.
MQJMS1033 | start() failed because of {0}. |
User Response: Contact your IBM representative.
MQJMS1034 | MessageListener threw: {0}. |
User Response: Contact your IBM representative.
MQJMS1035 | Cannot transmit non-MQ JMS messages. |
User Response: Check the message type. Contact your IBM representative if there appears to be an internal error.
MQJMS1036 | Failed to locate resource bundle. |
User Response: Check that the classpath includes the location of property files.
MQJMS1038 | Failed to log error. |
User Response: Check log settings are correct.
MQJMS1039 | Trace file does not exist |
User Response: Check trace settings and trace file existence. See Tracing programs for more information on Trace.
MQJMS1040 | Failed to connect to Trace stream. |
User Response: See Tracing programs for more information on Trace.
MQJMS1041 | Failed to find system property {0}. |
User Response: Check the classpath settings and the product installation.
MQJMS1042 | Invalid delivery mode. |
User Response: Check to ensure that the value specified is a valid enumeration for delivery mode.
MQJMS1043 | JNDI failed due to {0}. |
User Response: Check settings for LDAP, JNDI, and in the JMSAdmin.config file.
MQJMS1044 | String is not a valid hexadecimal number - {0}. |
User Response: Ensure that a valid hex value always follows the "ID:" prefix when setting group ID or correlation ID values. Ensure that any RFH2 headers generated by non-JMS applications are well-formed.
MQJMS1045 | Number outside of range for double precision S/390 Float {0}. |
MQJMS1046 | The character set {0} is not supported. |
User Response: Only set character encoding on a message to values known to be available to the receiving application.
MQJMS1047 | The map message has an incorrect format. |
User Response: Ensure any non-JMS applications are building well-formed RFH2 header information for inclusion in map messages.
MQJMS1048 | The stream message has an incorrect format. |
User Response: Ensure any non-JMS applications are building well-formed RFH2 header information for inclusion in stream messages.
MQJMS1049 | The JMS client attempted to convert a byte array to a String. |
User Response: Either use the appropriate method to receive the data, or format the data placed into the stream message correctly.
MQJMS1050 | The MQRFH2 header has an incorrect format. |
User Response: Ensure that any non-JMS applications building messages with RFH2 headers create well-formed RFH2 headers.
MQJMS1053 | Invalid UTF-16 surrogate detected {0}. |
User Response: Ensure that, when specifying UTF-16, topic names or RFH2 properties are well-formed.
MQJMS1054 | Invalid XML escape sequence detected {0}. |
User Response: Ensure that only valid XML escape sequences are placed into any RFH2 headers built by non-JMS applications.
MQJMS1055 | The property or element in the message has incompatible datatype {0}. |
User Response: Use an accessor method defined by the JMS specification as being able to retrieve property values of the required type.
MQJMS1056 | Unsupported property or element datatype {0}. |
1. Attempting to set a property of a JMS message using an object which is not one of the supported types.
2. Attempting to set or receive a message whose RFH2 contains a element representing a property which does not have a valid type associated with it.
User Response: Ensure that when setting message properties, an object type described as being valid in the JMS specification is used. If this exception occurs when receiving a message containing an RFH2 header sent by a non-JMS application, ensure that the RFH2 header is well-formed.
MQJMS1057 | Message has no session associated with it. |
User Response: Ensure that the session associated with the message has been correctly opened. Check that the session has not been closed.
MQJMS1058 | Invalid message property name: {0}. |
User Response: Ensure that the property name used is a valid property name in accordance with the JMS specification. If the property name refers to a JMS or provider-specific extension property, ensure that this property is settable.
MQJMS1059 | Fatal error - UTF8 not supported. |
User Response: Consult the documentation and or provider of your Java runtime environment to determine how to obtain support for the UTF-8 character encoding.
MQJMS1060 | Unable to serialize object. |
User Response: Ensure that ObjectMessages only contain serializable objects. If the object placed inside an ObjectMessage references other objects, these must also be serializable.
MQJMS1061 | Unable to deserialize object. |
User Response: Ensure that the ObjectMessage being received contains valid data. Ensure that the class files representing object data contained within the ObjectMessage are present on the machine deserializing the ObjectMessage. If the object contained within the ObjectMessage references other objects, ensure that these class files are also present.
MQJMS1066 | Invalid message element name: {0}. |
User Response: Ensure that the property name specified conforms to the JMS specification. If the property name supplied is that of a JMS property, or a vendor specific extension, ensure that this property name is settable.
MQJMS1067 | Timeout invalid for MQ. |
User Response: Ensure the timeout value specified is not negative and not greater than the value of Integer.MAX_VALUE.
MQJMS1068 | Failed to obtain XAResource. |
User Response: See the linked XAException for more information.
MQJMS1072 | Could not inquire upon queue manager name. |
User Response: Check your queue manager error logs for problems which may cause this. If there are no other error conditions, contact your IBM representative.
MQJMS1073 | Specified MQ Queue is neither a QLOCAL nor a QALIAS. |
User Response: Specify a queue of the correct type.
MQJMS1074 | Unable to process null message. |
User Response: Contact your IBM representative.
MQJMS1075 | Error writing dead letter header. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS1076 | Error reading dead letter header. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS1077 | Connection and Destination mismatch. |
User Response: Supply a suitable Destination. This may represent an internal error condition in JMS; in this case contact your IBM representative.
MQJMS1078 | Invalid Session object. |
User Response: This is an error in the ServerSessionPool. If you have supplied a ServerSessionPool, check its behavior. In a J2EE application server, this may represent an error in the application server; in which case, refer to your application server's documentation.
MQJMS1079 | Unable to write message to dead letter queue. |
User Response: Use the linked exception to determine the cause of this error. If there is no linked exception, check that the queue manager has a defined dead letter queue. Once JMS has sent a message to the dead letter queue, the reason code stored in the message's DLH can be used to determine why the message was dead-lettered.
MQJMS1080 | No Backout-Requeue queue defined. |
User Response: Define a Backout-Requeue queue for the queue, or set the Backout Threshold to zero to disable poison message handling. Investigate the repeated backouts.
MQJMS1081 | Message requeue failed. |
User Response: Use the linked exception to determine the cause of this error. Investigate the repeated backouts.
MQJMS1082 | Failure while discarding message. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS1083 | Invalid message batch size (must be >0). |
User Response: Set a batch size greater than zero. In a J2EE application server, this may represent an error in the application server. Refer to your application server's documentation.
MQJMS1084 | Null ServerSessionPool has been provided. |
User Response: Set an appropriate ServerSessionPool. In a J2EE application server, this may represent an error in the application server. Refer to your application server's documentation.
MQJMS1085 | Error writing RFH. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS1086 | Error reading RFH. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS1087 | Unrecognized or invalid RFH content. |
User Response: Investigate the source of the message. This may represent an internal error condition in JMS; in this case, contact your IBM representative.
MQJMS1088 | Mixed-domain consumers acting on the same input is forbidden. |
User Response: Do not attempt to access subscriber queues using the point-to-point ConnectionConsumer facilities of JMS. Check your TopicConnectionFactory and Topic objects to make sure they are not using a QLOCAL intended for use by point-to-point applications as a subscriber queue.
MQJMS1089 | Exception occurred reading message body: {0}. |
Explanation: JMS encountered an exception while reading data from a message. The message being read is likely to be a response message from the publish/subscribe broker.
User Response: Use the linked exception to determine the cause of this error.
MQJMS2000 | Failed to close MQ queue. |
User Response: Use the linked exception to determine the cause of this error. You may be able to perform the close() later.
MQJMS2001 | MQQueue reference is null. |
User Response: Check your system setup, and that all required queue names have been specified. This may represent an internal error condition in JMS; in this case, contact your IBM representative.
MQJMS2002 | Failed to get message from MQ queue. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS2003 | Failed to disconnect queue manager. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS2004 | MQQueueManager reference is null. |
User Response: Check that the relevant object has not been closed. This may represent an internal error condition in JMS; in this case, contact your IBM representative.
MQJMS2005 | Failed to create MQQueueManager for {0}. |
User Response: Use the linked exception to determine the cause of this error. Check the queue manager is running and, if using client attach, that the listener is running and the channel, port and hostname are set correctly. If no queue manager name has been specified, check that the default queue manager has been defined.
MQJMS2006 | MQ problem: {0}. |
User Response: Use the included text and linked exception to determine the cause of this error.
MQJMS2007 | Failed to send message to MQ queue. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS2008 | Failed to open MQ queue. |
User Response: Use the linked exception to determine the cause of this error. Check that the specified queue and queue manager are defined correctly.
MQJMS2009 | MQQueueManager.commit() failed. |
User Response: Use the linked exception to determine the cause of this error.
MQJMS2010 | Unknown value for MQ queue definitionType: {0}. |
User Response: Check the setting of definitionType.
MQJMS2011 | Failed to inquire MQ queue depth. |
User Response: Check that the queue and queue manager are available.
MQJMS2012 | XACLOSE failed. |
MQJMS2013 | Invalid security authentication supplied for MQQueueManager. |
User Response: Check that the user IDs used by WebSphere MQ are all assigned to the relevant groups and given appropriate user permissions.
MQJMS3000 | Failed to create a temporary queue from {0}. |
User Response: See linked exception for more information. Check that the TemporaryModel parameter against the QueueConnectionFactory is set to a valid model queue.
MQJMS3001 | Temporary queue already closed or deleted. |
User Response: Check to see that the queue has been created, and that the session is still available.
MQJMS3002 | Temporary queue in use. |
User Response: Wait for the temporary queue to become free or create another.
MQJMS3003 | Cannot delete a static queue. |
User Response: Check the expected queue type for deletion.
MQJMS3004 | Failed to delete temporary queue. |
User Response: See the linked WebSphere MQ exception for more details. Wait if the queue is busy, or delete the queue manually if it is persistent.
MQJMS3005 | Publish/Subscribe failed due to {0}. |
User Response: Check the linked WebSphere MQ Exception reason and completion codes for more information. It is possible that the broker and queue manager versions are incompatible.
MQJMS3006 | Topic reference is null. |
User Response: Use non-null values.
MQJMS3008 | Failed to build command {0}. |
User Response: Check linked exception for cause.
MQJMS3009 | Failed to publish command to MQ queue. |
User Response: Check linked WebSphere MQ exception reason and completion codes for more information.
MQJMS3010 | Failed to build publish message. |
User Response: See the linked WebSphere MQ Exception for further details. Check settings and parameters are all correct. See Chapter 11, Programming publish/subscribe applications for more information.
MQJMS3011 | Failed to publish message to MQ queue. |
User Response: Check settings and parameters are all correct. See Chapter 11, Programming publish/subscribe applications for more information.
MQJMS3013 | Failed to store admin. entry. |
User Response: Check for duplicates and retry.
MQJMS3014 | Failed to open subscriber queue {0}. |
MQJMS3017 | Failed to delete subscriber queue {0}. |
User Response: See Chapter 11, Programming publish/subscribe applications for more information on solving publish/subscribe problems.
MQJMS3018 | Unknown durable subscription {0}. |
User Response: See Chapter 11, Programming publish/subscribe applications for more information.
MQJMS3020 | TemporaryTopic out of scope. |
MQJMS3021 | Invalid subscriber queue prefix: {0}. |
User Response: See Chapter 11, Programming publish/subscribe applications for naming conventions.
MQJMS3022 | Durable re-subscribe must use same subscriber queue; specified: {0}, original: {1}. |
User Response: Check settings.
MQJMS3023 | Subscription has an active TopicSubscriber. |
User Response: Check settings.
MQJMS3024 | Illegal use of uninitialized clientId. |
User Response: Set the clientId before attempting to perform any operation.
MQJMS3025 | TemporaryTopic in use. |
User Response: Wait until the topic is free or create another topic. Ensure subscribers de-register when finished.
MQJMS3026 | QueueSender is closed. |
MQJMS3027 | Local transactions not allowed with XA sessions. |
User Response: Contact your IBM representative.
MQJMS3028 | TopicPublisher is closed. |
MQJMS3029 | Enlist failed (see linked Exception). |
User Response: Check the linked WebSphere MQ Exception reason and completion codes for more information. Contact your IBM representative.
MQJMS3031 | clientId cannot be set after connection has been used. |
MQJMS3032 | Resetting the clientId is not allowed. |
MQJMS3033 | QueueReceiver is closed. |
MQJMS3034 | TopicSubscriber is closed. |
MQJMS3036 | Broker side message selection valid only when using WebSphere MQ Integrator broker. |
User Response: Ensure the broker version has been set in the ConnectionFactory. Use the method setBrokerVersion(JMSC.MQJMS_BROKER_V2) on the ConnectionFactory for WebSphere MQ Integrator or WebSphere MQ Event Broker.
MQJMS3037 | Message Producer is closed. |
User Response: Check to ensure that the session and connection are both available.
MQJMS3038 | Message Consumer is closed. |
User Response: Check to ensure that the session and connection are both available.
MQJMS3039 | Illegal use of null name. |
User Response: Check for null values.
MQJMS3040 | Invalid broker control message content: {0}. |
User Response: Check the broker documentation for message content information.
MQJMS3042 | Unrecognized message from Pub/Sub Broker. |
User Response: Check that the broker you are using is supported and refer to broker documentation for settings.
MQJMS3044 | Cleanup level of NONE requested. |
User Response: Set cleanupLevel property to an appropriate value.
MQJMS3047 | Subscription store type not supported by queue manager. |
User Response: Possible incompatibility between queue manager version and broker. Specify a different type of subscription store or upgrade the queue manager. See Subscription stores for more information.
MQJMS3048 | Incorrect subscription store type. |
User Response: Contact your IBM representative.
MQJMS3049 | Incorrect subscription type for this subscription store. |
User Response: Ensure TopicSubscribers are only used during the lifetime of their parent TopicConnection. See Subscription stores for more information.
MQJMS4009 | Context is not empty. |
User Response: Remove context contents before trying delete.
MQJMS4096 | Binding non-administerable or not found. |
User Response: Contact your IBM representative.
MQJMS4097 | Context not found. |
User Response: Ensure the correct context name is specified.
MQJMS4104 | Object is inactive, so cannot perform directory operations. |
MQJMS4106 | Object is not a WebSphere MQ JMS administered object. |
MQJMS4111 | Unable to create context. |
User Response: Check LDAP and JNDI settings.
MQJMS4112 | Unable to create a valid object, please check the parameters supplied. |
User Response: Contact your IBM representative.
MQJMS4113 | Unable to bind object. |
User Response: Contact your IBM representative.
MQJMS4115 | An invalid name was supplied. |
User Response: Refer to Chapter 5, Using the WebSphere MQ JMS administration tool for more about using JMSAdmin.
MQJMS4121 | Cannot open configuration file. |
User Response: Check MQ_JAVA_INSTALL_PATH environment variable exists and points to the installation directory of the base Java classes.
MQJMS4127 | Invalid property in this context. |
User Response: See Chapter 5, Using the WebSphere MQ JMS administration tool for more about JMSAdmin.
MQJMS4130 | Context not found or unremovable. |
User Response: Ensure the correct context name was specified.
MQJMS4131 | Expected and actual object types do not match. |
User Response: Check that you have specified the correct object type.
MQJMS4132 | Client-bindings attribute clash. |
User Response: Ensure the ConnectionFactory properties are correct.
MQJMS4133 | ExitInit string supplied without Exit string. |
User Response: Set appropriate exit, or unset ExitInit string.
MQJMS4137 | Unable to create a WebSphere MQ specific class. The WebSphere MQ classes may not have been installed or added to the classpath. |
MQJMS4139 | Invalid authentication type supplied - using 'none'. |
Explanation: AdminService JNDI initialization parameters contain an invalid authorization scheme, so "none" is used as the value instead.
User Response: See Chapter 5, Using the WebSphere MQ JMS administration tool for more information.
MQJMS5053 | *** No broker response. Please ensure that the broker is running. *** |
1. Broker is not running.
2. You are using BrokerVersion=V2 in your TopicConnectionFactory with the MQSeries Publish/Subscribe broker, which does not support this.
3. The Broker has rejected the Publication or Subscription and placed it on the SYSTEM.DEAD.LETTER.QUEUE
User Response: Ensure that your broker is running. Check the system event log for broker error messages. Check that the broker supports the BrokerVersion you are using. Check the SYSTEM.DEAD.LETTER.QUEUE for rejected messages.
MQJMS5054 | The broker appears to be running, but the message did not arrive. |
User Response: Check that you have set up the broker correctly. Check system event logs for broker error messages. Check the SYSTEM.DEAD.LETTER.QUEUE for messages rejected by the broker.
MQJMS5060 | Unable to connect to queue manager. |
User Response: Check that the queue manager is running and that its name is specified correctly in the IVTTest parameters.
MQJMS5061 | Unable to access broker control queue on queue manager. |
MQJMS6040 | Invalid socket family name: {0}. |
User Response: Contact your IBM representative.
MQJMS6041 | An exception occurred while attempting to load socket factory class {0}, exception: <{1}>. |
User Response: Contact your IBM representative.
MQJMS6059 | An exception occurred while loading the minimal client security implementation. |
MQJMS6060 | An unexpected exception in minimal client, exception = {0}. |
User Response: Contact your IBM representative.
MQJMS6061 | A specified topic was malformed, topic = {0}. |
User Response: See Using topics for more information.
MQJMS6062 | EOF was encountered while receiving data in the minimal client. |
MQJMS6063 | The broker indicated an error on the minimal client connection. |
MQJMS6064 | Connector.send was called with an illegal message value. |
User Response: See Chapter 7, Writing WebSphere MQ base Java programs for more information.
MQJMS6065 | An illegal value was encountered for a field, value = {0}. |
User Response: See Table 37 for a list of properties and their possible values.
MQJMS6066 | An unexpected internal error occurred in the minimal client. |
User Response: Contact your IBM representative.
MQJMS6067 | A bytes message operation was requested on something that is not a bytes message. |
User Response: Check message type before performing type specific operations.
MQJMS6068 | A text message operation was requested on something that is not a text message. |
User Response: Check message type before performing type specific operations.
MQJMS6069 | A stream message operation was requested on something that is not a stream message. |
User Response: Check message type before performing type specific operations.
MQJMS6070 | A map message operation was requested on something that is not a map message. |
User Response: Check message type before performing type specific operations.
MQJMS6071 | The broker sent an invalid message during authentication. |
MQJMS6072 | The broker requested an unavailable protocol during authentication. |
MQJMS6073 | Minimal client connection rejected because of authentication failure. |
MQJMS6074 | No QOP available in the minimal client. |
User Response: Contact your IBM representative.
MQJMS6078 | An attempt was made to write an invalid object type of class {0}. |
User Response: See Chapter 11, Programming publish/subscribe applications and the broker documentation for more information.
MQJMS6079 | An exception occurred while attempting to load thread pooling support, exception = {0}. |
User Response: Contact your IBM representative.
MQJMS6081 | An attempt was made to read from a Stream message before a previous read has completed. |
User Response: Contact your IBM representative.
MQJMS6083 | An exception occurred while initializing a thread pool instance, exception = {0}. |
User Response: Contact your IBM representative.
MQJMS6085 | No ExceptionListener has been set. |
MQJMS6088 | The client-side connection monitor is terminating. |
MQJMS6090 | Attempted to synchronously receive on a MessageConsumer for which a listener is active. |
User Response: See Chapter 7, Writing WebSphere MQ base Java programs for more information.
MQJMS6091 | An IOException occurred when starting or stopping delivery on the connection, exception = {0}. |
User Response: Restart the connection.
MQJMS6093 | An exception occurred during synchronous receive, exception = {0}. |
User Response: Restart connection.
MQJMS6096 | A JMSPriority level of {0} is outside the range specified in JMS. |
User Response: See Table 37 for valid values.
MQJMS6097 | The specified JMSMessageID, {0}, is invalid. |
User Response: Check parameters. See Chapter 12, JMS messages for more information on message IDs.
MQJMS6105 | No more client parameter changes allowed. |
User Response: Contact your IBM representative.
MQJMS6106 | An exception occurred when initializing parameter {0}, exception {1}. |
User Response: Contact your IBM representative.
MQJMS6115 | An exception occurred while creating the TopicConnection, exception {0}. |
User Response: Contact your IBM representative.
MQJMS6116 | This operation is not permitted on an entity that is closed. |
User Response: Ensure that the publisher, session, or connection is open before trying this operation.
MQJMS6117 | The {0} implementation of Topic is not supported. |
User Response: See Using topics for more information on Topic implementations.
MQJMS6118 | Topic {0} contains a wildcard, which is invalid for publishing. |
User Response: See Using topics for more information.
MQJMS6119 | An IOException occurred while publishing, exception {0}. |
User Response: See Chapter 11, Programming publish/subscribe applications for more information.
MQJMS6120 | Attempted to use a temporary topic not created on the current connection. |
User Response: See Chapter 14, JMS interfaces and classes for more information.
MQJMS6121 | An IOException occurred while subscribing, exception {0}. |
User Response: See Chapter 11, Programming publish/subscribe applications for more information.
MQJMS6122 | An exception occurred when creating subscription to {0}, {1}. |
User Response: See Chapter 11, Programming publish/subscribe applications and the broker documentation for more information.
MQJMS6232 | While creating a TopicSubscriber, attempting to add the subscription to the matching engine resulted in exception: {0}. |
User Response: See Chapter 11, Programming publish/subscribe applications and the broker documentation for more information.
MQJMS6234 | An attempt was made to remove an object with Topic {0} from an empty matching engine: {1}. |
User Response: Contact your IBM representative.
MQJMS6235 | An attempt was made to remove an object with a Topic {0} from the matching engine, but it did not have a cache entry: {1}. |
User Response: Contact your IBM representative.
MQJMS6238 | In attempting to access a field of a message, the following exception occurred: {0}. |
User Response: Contact your IBM representative.
MQJMS6240 | An EvalCache get or put operation specified an invalid id. |
User Response: Contact your IBM representative.
MQJMS6241 | Too many content attributes were specified. |
User Response: Contact your IBM representative.
MQJMS6246 | An incorrect use of a the Topic wildcard character {0} was detected. |
User Response: See Using topics for more information.
MQJMS6247 | The Topic segment separator {0} appears in an incorrect position. |
User Response: See Using topics for more information.
MQJMS6249 | The following exception occurred while parsing a subscription selector: {0}. |
User Response: See Message selectors for more information.
MQJMS6250 | The escape character was used to terminate the following pattern: {0}. |
User Response: See Message selectors for more information.
MQJMS6251 | The escape character {0} passed to the pattern tool is longer than one character. |
User Response: See Message selectors for more information.
MQJMS6252 | A message field was expected to contain a value of type {0} but contained one of type {1}. |
User Response: See Message selectors for more information.
MQJMS6312 | Non-authorized subscription to topic {0}. |
User Response: See Chapter 11, Programming publish/subscribe applications and the broker documentation for more information.
This article is very much helpful and i hope this will be an useful information for the needed one.Keep on updating these kinds of informative things Biztalk online training
ReplyDelete