第 42 章 JMS - IBM MQ Source


A Kamelet that can read events from 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:

spec:
  ...
  integration:
      ...
      dependencies:
      - "mvn:com.ibm.mq:com.ibm.mq.jakarta.client:<version>"

42.1. Configuration Options

The following table summarizes the configuration options available for the jms-ibm-mq-source Kamelet:

Expand
PropertyNameDescriptionTypeDefaultExample

channel *

IBM MQ Channel

Name of the IBM MQ Channel.

string

  

destinationName *

Destination Name

The destination name.

string

  

password *

Password

Password to authenticate to IBM MQ server.

string

  

queueManager *

IBM MQ Queue Manager

Name of the IBM MQ Queue Manager.

string

  

serverName *

IBM MQ Server name

IBM MQ Server name or address.

string

  

serverPort *

IBM MQ Server Port

IBM MQ Server port.

integer

1414

 

username *

Username

Username to authenticate to IBM MQ server.

string

  

clientId

IBM MQ Client ID

Name of the IBM MQ Client ID.

string

  

destinationType

Destination Type

The JMS destination type (queue or topic).

string

queue

 

sslCipherSuite

CipherSuite

CipherSuite to use for enabling TLS.

string

  

* = Fields marked with an asterisk are mandatory.

Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

关于红帽文档

Legal Notice

Theme

© 2026 Red Hat
返回顶部