2 Home
gitea_admin edited this page 2026-03-11 14:37:29 +00:00

JMS - IBM MQ Sink

A Kamelet that can produce events to an IBM MQ message queue using JMS.

In your Pipe file, you must explicitly declare the IBM MQ Server driver dependency in spec->integration->dependencies

  • "mvn:com.ibm.mq:com.ibm.mq.jakarta.client:"

Metadata

Property Value
Type sink
Group JMS
Namespace Messaging
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
serverName string IBM MQ Server name or address
serverPort integer 1414 IBM MQ Server port
destinationType string queue The JMS destination type (queue or topic)
destinationName string The destination name
queueManager string Name of the IBM MQ Queue Manager
channel string Name of the IBM MQ Channel
clientId string Name of the IBM MQ Client ID
username string Username to authenticate to IBM MQ server
password string Password to authenticate to IBM MQ server
sslCipherSuite string CipherSuite to use for enabling TLS

Dependencies

  • camel:jms
  • camel:kamelet