About JMS Credential Specification
The following method arguments are added to the EAI JMS Transport business service methods to use when completing the JMS credential specification:
ConnectionUsername and ConnectionPassword. The credentials used to create JMS connections (applicable for use with IBM WebSphere MQ only, see Configuring Against IBM WebSphere MQ).
SendUsername and SendPassword. The credentials used to send messages to SendQueue (applicable for use with Oracle WebLogic only, see Configuring Against Oracle WebLogic Server).
ReceiveUsername and ReceivePassword. The credentials used to receive messages from ReceiveQueue (applicable for use with Oracle WebLogic only, see Configuring Against Oracle WebLogic Server).
TopicUsername and TopicPassword. The credentials used to publish/subscribe to/from Topic (applicable for use with Oracle WebLogic only, see Configuring Against Oracle WebLogic Server).
Send and receive credentials are specified separately because some JMS business service methods (SendReceive and ReceiveDispatchSend) contain both send and receive operations, and it is possible that SendQueue and ReceiveQueue are protected by different credentials.