Download the free WMQ v7 client install here:
http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg24019253&loc=en%5FUS&cs=utf-8&lang=en
From there you can get the jars you need. What jars are those? Please refer to this page:
//publib.boulder.ibm.com/infocenter/wmqv6/v6r0/topic/com.ibm.mq.csqzaw.doc/uj10330_.htm
...for details. (Add the http back in the URL. This site doesn't allow me to post more than one link yet.) Note there are two tables, one for plain Java and one for JMS.
Use the v7 client, even on a v6 server. It's backward compatible. In v7.0 the Java/JMS has all been rewritten and you just need the jars listed in the manual.
If you don't want to use v7 for some reason, look for the Using Java manual for the version of jars you want here:
//www-01.ibm.com/software/integration/wmq/library/
You can get v6.0 or v5.x manuals at that link.
Also, someone listed the etclient jar. That's the Extended Transactional Client and it incurs the full license cost of a QMgr. You only need it if you are doing 2-phase commit (XA with WMQ and another resource manager in the same unit of work) and not using WebSphere App Server or Message Broker. For example, you want to do TPC using JBoss, MQ and a database, you need etclient jar file and pay for a full WMQ license. If you are not doing XA transactions with WMQ and another resource manager, you don't need it.