Skip to content

Simple MQ Message(s) injection via REST interface in Java SpringBoot

Notifications You must be signed in to change notification settings

husainkhambaty/mq-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQ Injector

A simple MQ Message(s) injection example via REST interface using Java SpringBoot.

To Start

./gradlew run

Configuration

ibm.mq.queueManager=QM1
ibm.mq.channel=DEV.ADMIN.SVRCONN
ibm.mq.connName=localhost(1414)
ibm.mq.user=admin
ibm.mq.password=passw0rd

Note: It is not recommended to store the password locally however to test this we can proceed with this. You can use environment variables to retrieve and use the password.

About

Simple MQ Message(s) injection via REST interface in Java SpringBoot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages