Giter VIP home page Giter VIP logo

Comments (5)

zheng-wang avatar zheng-wang commented on August 27, 2024

Well, this is a very good question. I haven't tried. :)
I guess it could work with IIB10, as I think IBM does well on API backward compatibility.
But if you could have a try and let me know that would be great.

Suppose you are using IIB 10.0.0.0

Modify the irontest-mqiib/pom.xml by

  • replacing <iib.version>[9.0.0.3, 9.0.0.6]</iib.version> with <iib.version>[9.0.0.3, 10.0.0.0]</iib.version>
  • replacing the two IIB <dependency>s with below
    <dependency>
      <groupId>com.ibm</groupId>
      <artifactId>IntegrationAPI</artifactId>
      <version>${iib.version}</version>
    </dependency>

Replace the two mvn install:install-file commands you mentioned with below
mvn install:install-file -Dfile="<Filepath_of_IntegrationAPI_Jar>" -DgroupId=com.ibm -DartifactId=IntegrationAPI -Dversion=10.0.0.0 -Dpackaging=jar

Other instructions should be the same as seen on the wiki page.

from irontest.

kimlood avatar kimlood commented on August 27, 2024

Yes, of course I will try this!
I have changed the dependencies and tweaked the versions a bit. Irontest now seems to be installed and ready, tonight I will try to do a simple test run..

from irontest.

kimlood avatar kimlood commented on August 27, 2024

Since the release of IIB10 there is no longer a dependencies to have an IBM MQ installation. So there is some work that needs to be done in order to connect to the broker.
I do not have time to look into it right now, so I will close this..

from irontest.

zheng-wang avatar zheng-wang commented on August 27, 2024

Thanks for letting me know. I'll add a notice to the wiki page.

from irontest.

zheng-wang avatar zheng-wang commented on August 27, 2024

IIB 10 support has been added since v0.5.8. The build process has been simplified.

from irontest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.