Skip to content

gastaldi/quarkus-ibm-mq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus IBM MQ

Version

Installation Steps

You need to build the project locally first to generate the SNAPSHOT and have it install the missing JARs in the local repository

  mvn clean install -DskipTests

Usage

To use this extension, add the following dependency to your project:

<dependency>
    <groupId>io.quarkiverse.ibm.mq</groupId>
    <artifactId>quarkus-ibm-mq</artifactId>
    <version>999-SNAPSHOT</version>
</dependency>

Configuration

The following properties can be used to configure the IBM MQ connection:

quarkus.ironjacamar.ra.kind=ibm-mq
quarkus.ironjacamar.ra.config.host-name=localhost
quarkus.ironjacamar.ra.config.port=1414
quarkus.ironjacamar.ra.config.channel=DEV.ADMIN.SVRCONN
quarkus.ironjacamar.ra.config.queue-manager=QM1
quarkus.ironjacamar.ra.config.username=admin
quarkus.ironjacamar.ra.config.password=admin

quarkus.ironjacamar.activation-spec.foo.config.destination=DEV.QUEUE.1
quarkus.ironjacamar.activation-spec.foo.config.destination-type=jakarta.jms.Queue

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages