Re: JAR for IBM MQ

2012-03-27 Thread Claus Ibsen
Hi

IBM MQ is a commercial product, so you have to purchase it from IBM.
And IBM can deliver those JARs as part of Java JMS clients.
IBM do not publish those JARs to a Maven repository. And I doubt it
would be legal to do so by others. Hence you cannot find those JARs in
the internet.

If you have a IBM WebSphere AS installation on your computer. Then
those JARs is often provided as part of the AS installation.
You can then search for these JARs in that installation. I have done
that in the past.

Then you can install the JARs from the file system to your local m2
repo using a maven command.
Check the maven documentation how to do that.


And from that your Maven project should be able to pickup and use the
JARs and compile the project.


On Tue, Mar 27, 2012 at 3:17 AM, newbiee m_ess...@hotmail.com wrote:
 Hi,

 I am getting BUILD error because following JARS could not be found.

 com.ibm.mq:com.ibm.mq.jmqi:jar:7.0.1.3
 com.ibm:com.ibm.mqjms:jar:7.0.1.3
 com.ibm:com.ibm.mqjms:jar:7.0.1.3

 To use IBM MQ, I have added following in my POM:

        dependency
      groupIdcom.ibm.mq/groupId
      artifactIdcom.ibm.mq.jmqi/artifactId
      version7.0.1.3/version
      scopecompile/scope
    /dependency

        dependency
      groupIdcom.ibm/groupId
      artifactIdcom.ibm.mqjms/artifactId
      version7.0.1.3/version
      scopecompile/scope
    /dependency

    dependency
      groupIdcom.ibm.mq.dhbcore/groupId
      artifactIddhbcore/artifactId
      version7.0.1.3/version
      scopecompile/scope
    /dependency

 How can I download the JAR manually. What is the site address where these
 JARs are available or is there a way to fix the issue?

 Thank you

 --
 View this message in context: 
 http://camel.465427.n5.nabble.com/JAR-for-IBM-MQ-tp5596719p5596719.html
 Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-
CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/


Re: JAR for IBM MQ

2012-03-27 Thread Magnus Palmér
Hi,

If you have WMQ 7 installed on your computer the following environment
variable will be set: MQ_JAVA_INSTALL_PATH
If you only want to use WMQ as a client, the clients are freely available
to download from IBM, think you need to register though. Search for
Websphere MQ supportpac.
However you still need to do as Claus wrote, install the jars you need to
your local Maven repo. It is not legal to publish the
(How to do it can be found in the Maven FAQ:
http://maven.apache.org/general.html#importing-jars)





Den 27 mars 2012 08:19 skrev Claus Ibsen claus.ib...@gmail.com:

 Hi

 IBM MQ is a commercial product, so you have to purchase it from IBM.
 And IBM can deliver those JARs as part of Java JMS clients.
 IBM do not publish those JARs to a Maven repository. And I doubt it
 would be legal to do so by others. Hence you cannot find those JARs in
 the internet.

 If you have a IBM WebSphere AS installation on your computer. Then
 those JARs is often provided as part of the AS installation.
 You can then search for these JARs in that installation. I have done
 that in the past.

 Then you can install the JARs from the file system to your local m2
 repo using a maven command.
 Check the maven documentation how to do that.


 And from that your Maven project should be able to pickup and use the
 JARs and compile the project.


 On Tue, Mar 27, 2012 at 3:17 AM, newbiee m_ess...@hotmail.com wrote:
  Hi,
 
  I am getting BUILD error because following JARS could not be found.
 
  com.ibm.mq:com.ibm.mq.jmqi:jar:7.0.1.3
  com.ibm:com.ibm.mqjms:jar:7.0.1.3
  com.ibm:com.ibm.mqjms:jar:7.0.1.3
 
  To use IBM MQ, I have added following in my POM:
 
 dependency
   groupIdcom.ibm.mq/groupId
   artifactIdcom.ibm.mq.jmqi/artifactId
   version7.0.1.3/version
   scopecompile/scope
 /dependency
 
 dependency
   groupIdcom.ibm/groupId
   artifactIdcom.ibm.mqjms/artifactId
   version7.0.1.3/version
   scopecompile/scope
 /dependency
 
 dependency
   groupIdcom.ibm.mq.dhbcore/groupId
   artifactIddhbcore/artifactId
   version7.0.1.3/version
   scopecompile/scope
 /dependency
 
  How can I download the JAR manually. What is the site address where these
  JARs are available or is there a way to fix the issue?
 
  Thank you
 
  --
  View this message in context:
 http://camel.465427.n5.nabble.com/JAR-for-IBM-MQ-tp5596719p5596719.html
  Sent from the Camel - Users mailing list archive at Nabble.com.



 --
 Claus Ibsen
 -
 CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com
 FuseSource
 Email: cib...@fusesource.com
 Web: http://fusesource.com
 Twitter: davsclaus, fusenews
 Blog: http://davsclaus.blogspot.com/
 Author of Camel in Action: http://www.manning.com/ibsen/



JAR for IBM MQ

2012-03-26 Thread newbiee
Hi,

I am getting BUILD error because following JARS could not be found.

com.ibm.mq:com.ibm.mq.jmqi:jar:7.0.1.3
com.ibm:com.ibm.mqjms:jar:7.0.1.3
com.ibm:com.ibm.mqjms:jar:7.0.1.3

To use IBM MQ, I have added following in my POM:

dependency 
  groupIdcom.ibm.mq/groupId 
  artifactIdcom.ibm.mq.jmqi/artifactId
  version7.0.1.3/version
  scopecompile/scope 
/dependency 

dependency 
  groupIdcom.ibm/groupId 
  artifactIdcom.ibm.mqjms/artifactId
  version7.0.1.3/version 
  scopecompile/scope 
/dependency 

dependency 
  groupIdcom.ibm.mq.dhbcore/groupId 
  artifactIddhbcore/artifactId
  version7.0.1.3/version 
  scopecompile/scope 
/dependency 

How can I download the JAR manually. What is the site address where these
JARs are available or is there a way to fix the issue?

Thank you

--
View this message in context: 
http://camel.465427.n5.nabble.com/JAR-for-IBM-MQ-tp5596719p5596719.html
Sent from the Camel - Users mailing list archive at Nabble.com.