470 A B2B Solution using WebSphere Business Integration and WebSphere Business Connection
}
System.out.println("stop was acknowledged");
//Close connection to Queue
q.close();
//Disconnect from Queue Manager
qMgr.disconnect();
} catch (MQException ex) {
System.out.println(
"MQ exception occurred : Completeion code "
+ ex.completionCode
+ " Reason code "
+ ex.reasonCode);
}
}
/**
* Gets the msg property (java.lang.String) value.
* @return The msg property value.
* @see #setMsg
*/
public java.lang.String getMsg() {
return fieldMsg;
}
/**
* Gets the qManagerName property (java.lang.String) value.
* @return The qManagerName property value.
* @see #setQManagerName
*/
public java.lang.String getQManagerName() {
return fieldQManagerName;
}
/**
* Gets the qName property ...