Skip to main content
Version: 3.14.x.x LTS

MQServlet

A connector where any POST body will be sent as an MQ message to the defined broker. This servlet can be either used like any normal servlet (i.e., REST clients) and/or with side calls from LuaFilter scripts.

Classname:
ch::nevis::nevisproxy::servlet::sink::MQServlet

Library:
libSinkServlet.so.1

Configuration

BrokerURI

Type: string Usage Constraints: required, basic

Define the broker uri. See http://activemq.apache.org/for more information. Example: tcp://your.broker.ch:61616

TargetURI

Type: string Usage Constraints: required, basic

Define target name of queue or topic. Example: my.example.uri

Username

Type: string Usage Constraints: required, basic

Define the username for accessing the broker.

Password

Type: string Usage Constraints: required, basic

Define the password for accessing the broker.

Type

Type: string Usage Constraints: optional, basic Default: Topic

Define target type, possible values are "Queue" or "Topic".