Discussion:
MQ Client Jar File Release?
GINA MCCARTHY
2011-07-06 17:04:51 UTC
Permalink
Hello...

How can I tell what release my MQ Client jar files are at? I suspect
they're quite old. They've been copied from server to server over the
years.

Thanks,
Gina

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Ryan
2011-07-06 19:57:41 UTC
Permalink
Gina,

Take a look at this post from mqseries.net:
http://www.mqseries.net/phpBB2/viewtopic.php?p=188588&sid=4955ab9aac81e73455d0bffded745a6c

About ½ way down the page, Peter outlines how to do this.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Ram Ramanathan
2011-07-06 23:12:24 UTC
Permalink
Besides looking up Manifest file , you could also issue dspmqver -p6 ( i think it works from V6) - it reports Java MQ level for current class path libraries.

Or you could query the same with following one liners  (once again needs JRE and CLASSPATH set for it to work)

java -cp com.ibm.mq.jar com.ibm.mq.MQJavaLevel 
java -cp com.ibm.mqjms.jar:com.ibm.mq.jar com.ibm.mq.jms.MQJMSLevel



________________________________
From: Ryan <ryan.wayne-Ukk9pGB+***@public.gmane.org>
To: MQSERIES-0lvw86wZMd9k/***@public.gmane.orgAT
Sent: Wednesday, July 6, 2011 3:57 PM
Subject: Re: MQ Client Jar File Release?

Gina,

Take a look at this post from mqseries.net:
http://www.mqseries.net/phpBB2/viewtopic.php?p=188588&sid=4955ab9aac81e73455d0bffded745a6c

About œ way down the page, Peter outlines how to do this.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
GINA MCCARTHY
2011-07-07 17:19:48 UTC
Permalink
OK...this is what I have in META-INF/MANIFEST.MF in com.ibm.mq.jar:

Manifest-Version: 1.0
Created-By: 1.3.0 (Sun Microsystems Inc.)


What do you think??

Thanks,
Gina

________________________________

From: MQSeries List on behalf of Ryan
Sent: Wed 7/6/2011 3:57 PM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: Re: MQ Client Jar File Release?



Gina,

Take a look at this post from mqseries.net:
http://www.mqseries.net/phpBB2/viewtopic.php?p=188588&sid=4955ab9aac81e73455d0bffded745a6c

About œ way down the page, Peter outlines how to do this.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com <http://www.lsoft.com/>
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html



To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Michael Dag
2011-07-11 09:15:02 UTC
Permalink
Gina,

That’s the version of java that was used to build the jar files.



Ram Ramanathan already gave the solution:



If you are on a machine that has the jar files on it and java is installed
(use command java –version)



Go to the directory where the MQ jar files are and do:



java -cp com.ibm.mq.jar com.ibm.mq.MQJavaLevel



or



java -cp com.ibm.mqjms.jar:com.ibm.mq.jar com.ibm.mq.jms.MQJMSLevel



notice the separation character between the jar files on the second command
is : , on windows this should be ;



Good Luck!



Michael

www.mqsystems.com



From: MQSeries List [mailto:MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org] On Behalf Of
GINA MCCARTHY
Sent: Thursday, July 07, 2011 19:20
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: Re: MQ Client Jar File Release?



OK...this is what I have in META-INF/MANIFEST.MF in com.ibm.mq.jar:



Manifest-Version: 1.0
Created-By: 1.3.0 (Sun Microsystems Inc.)



What do you think??



Thanks,

Gina



_____

From: MQSeries List on behalf of Ryan
Sent: Wed 7/6/2011 3:57 PM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: Re: MQ Client Jar File Release?

Gina,

Take a look at this post from mqseries.net:
http://www.mqseries.net/phpBB2/viewtopic.php?p=188588
<http://www.mqseries.net/phpBB2/viewtopic.php?p=188588&sid=4955ab9aac81e7345
5d0bffded745a6c> &sid=4955ab9aac81e73455d0bffded745a6c

About œ way down the page, Peter outlines how to do this.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
<http://www.lsoft.com/>
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html



_____

List Archive <http://listserv.meduniwien.ac.at/archives/mqser-l.html> -
Manage Your List Settings
<http://listserv.meduniwien.ac.at/cgi-bin/wa?SUBED1=mqser-l&A=1> -
Unsubscribe
<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?subject=Unsubscribe&BODY=signoff%
20mqseries>

Instructions for managing your mailing list subscription are provided in the
Listserv General Users Guide available at http://www.lsoft.com
<http://www.lsoft.com/resources/manuals.asp>


To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Grant Ward Able
2011-08-04 15:26:56 UTC
Permalink
Hi MQ-ers - 2 questions:

1) Is there a specific list for WebSphere Message Broker?
2) We are embarking on the journey of using WMB and wish to have automated
alerts crested for error messages. However we don not know which msgids
are good candidates for these alerts and dont want to flood the system
with a lot of insignificant alerts. Does anyone already have a list of
msgids that we cn use as a starter? I will (not very!) happily go through
the manual if I need to, it's just that if someone else has already done
the hard work and is willing to share their knowledge, it would be so much
easier for me :)
--
Regards - Grant
=======================================
Note: Any opinion expressed is my own
=======================================
No trees were killed in the sending of this message, but a large number of
electrons were severely disturbed.
=======================================
The views I have expressed on this website/service are my own personal
views, and are not endorsed or supported by, and do not necessarily
express or reflect, the views, positions or strategies of my employer.
=======================================

Telephone Number: +44 20765 01496

<BR>_____________________________________________________________
<FONT size=2><BR>
DTCC DISCLAIMER: This email and any files transmitted with it are
confidential and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email
in error, please notify us immediately and delete the email and any
attachments from your system. The recipient should check this email
and any attachments for the presence of viruses. The company
accepts no liability for any damage caused by any virus transmitted
by this email.</FONT>

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Ram Ramanathan
2011-08-04 22:47:42 UTC
Permalink
Hello Grant,

1) AFAIK , there is no exclusive message broker list , this is it.

2)  Though BIP messages are largely dependent on broker version and environment.  Here are few things to look out for (from 6.1 environment), "general" theme behind them is to catch Execution group restarts (since its kind of self-healing , would be good to know to get to RCA) , abend file or abnormal terminations of  runtime components.  Application related errors are mostly environment specific , generally over the period of time you would have collected good list of "recurring" offenders.

BIP2015/BIP2124 - Abnormal termination and execution group restart 

BIP2060/BIP2059  - Execution group restart , Abend

BIP211X,BIP2103 - Abnormal termination , internal errors.

And on Z/OS these might be useful - BIP9002/3  - Max threshold reached.

Hope it helps and good luck ...

Regards,
Ram.


________________________________
From: Grant Ward Able <GWardable-2i2pPuz+***@public.gmane.org>
To: MQSERIES-0lvw86wZMd9k/bWDasg6fz1BpB9Gk+***@public.gmane.org.AC.AT
Sent: Thursday, August 4, 2011 11:26 AM
Subject: WMB questions


Hi MQ-ers - 2 questions:

1) Is there a specific list for WebSphere
Message Broker?
2) We are embarking on the journey of
using WMB and wish to have automated alerts crested for error messages.
However we don not know which msgids are good candidates for these alerts
and dont want to flood the system with a lot of insignificant alerts. Does
anyone already have a list of msgids that we cn use as a starter? I will
(not very!) happily go through the manual if I need to, it's just that
if someone else has already done the hard work and is willing to share
their knowledge, it would be so much easier for me :)
--
Regards - Grant
=======================================
Note: Any opinion expressed is my own
=======================================
No trees were killed in the sending of this message, but a large number
of electrons were severely disturbed.
=======================================
The views I have expressed on this website/service are my own personal
views, and are not endorsed or supported by, and do not necessarily express
or reflect, the views, positions or strategies of my employer.
=======================================

Telephone Number: +44 20765 01496
_____________________________________________________________
DTCC DISCLAIMER: This email and any files transmitted with it are
confidential and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email
in error, please notify us immediately and delete the email and any
attachments from your system. The recipient should check this email
and any attachments for the presence of viruses. The company
accepts no liability for any damage caused by any virus transmitted
by this email.
________________________________

List Archive - Manage Your List Settings - Unsubscribe Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Richard Jackson
2011-08-10 14:44:14 UTC
Permalink
WMB Broker question.


OK I have a ton of flags I changed in the Broker and I forgot what they
were. So now how do I list those changes??

changebroker
changeresourcestats
changeflowstats
CB
CS

etc.....





Rich Jackson
DTCC/Transaction & Messaging Technology
212-855-8297
DTCC Confidential(Yellow)

<BR>_____________________________________________________________
<FONT size=2><BR>
DTCC DISCLAIMER: This email and any files transmitted with it are
confidential and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email
in error, please notify us immediately and delete the email and any
attachments from your system. The recipient should check this email
and any attachments for the presence of viruses. The company
accepts no liability for any damage caused by any virus transmitted
by this email.</FONT>

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Henry, Daniel
2011-08-10 14:47:52 UTC
Permalink
Rich,

Try this... http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fan07060_.htm

Regards,

Dan

From: MQSeries List [mailto:MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org] On Behalf Of Richard Jackson
Sent: Wednesday, August 10, 2011 10:44 AM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: WMB Flags

WMB Broker question.


OK I have a ton of flags I changed in the Broker and I forgot what they were. So now how do I list those changes??

changebroker
changeresourcestats
changeflowstats
CB
CS

etc.....





Rich Jackson
DTCC/Transaction & Messaging Technology
212-855-8297
DTCC Confidential(Yellow)
_____________________________________________________________
DTCC DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify us immediately and delete the email and any attachments from your system. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
________________________________
List Archive<http://listserv.meduniwien.ac.at/archives/mqser-l.html> - Manage Your List Settings<http://listserv.meduniwien.ac.at/cgi-bin/wa?SUBED1=mqser-l&A=1> - Unsubscribe<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?subject=Unsubscribe&BODY=signoff%20mqseries>

Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com<http://www.lsoft.com/resources/manuals.asp>

NOTICE: This email message is for the sole use of the intended recipient(s)
and may contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not the
intended recipient, please contact the sender by reply email and destroy all
copies of the original message.

This message has been content scanned by the Axway MailGate.
MailGate uses policy enforcement to scan for known viruses, spam, undesirable content and malicious code. For more information on Axway products please visit www.axway.com.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html

Loading...