We are using MQS with IBM's JMS interface and I now have to specify
MQOO_SET_IDENTITY_CONTEXT in Open Options
and
MQPMO_SET_IDENTITY_CONTEXT in PMO
Using JMS we don't MQPUT and MQGET, we .send() and .receive().
Does anyone know how to specify this options using IBM's JMS interface?
Thx,
The...
If I read you right then this is what you need to do.
Establish a instance variable or a highler level method variable like:
public int firstValue = -1;
then
//1st loop through all rows of data
for(int i = 2; i < Sheet2.getLastRow()+1; i++)
{
// grab first variable then the next var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.