Description
The Qpid listener (subscriber) sends messages from an Apache Qpid Broker queue into 1Gateway. Together with the sender, it allows inter-gateway communication.
Prerequisites
- Set up a queue in the Qpid Java Broker
Installation
1 - Login
Login to 1gateway, and make sure you are in "Advanced mode". If this is the first time you log in, the default user and password are both 'admin' (without the quotes).
2 - System Maintenance
Click on the menu icon and choose the option "System maintenance"
3 - Upload file
In the System maintenance view you can either drag and drop the downloaded zip file or select it by clicking the "choose file" button.
4 - Restart
After the upload installation will be confirmed. Restart 1Gateway to ensure any locked files are updated.
Configuration
Open the main menu and click on "New plugin"
Select the plugin you want to configure. Use the Filter field if needed.
Field name | Supported values | Description |
---|
Qpid user | Any string | Username defined in Qpid. |
Qpid password | Any string | Password defined in Qpid. |
Qpid hostname | Valid IP address | Hostname where the Qpid Broker is running. |
Qpid port | Valid port number | Port number used by the broker. |
Qpid protocol | tcp, ... | Protocol used by Qpid. |
Queue name | Any string | Name of the queue from which to retrieve messages. |
Polling interval | Any integer | Polling interval in seconds (default is 300). |
See also