blob: 7c93fecdd932d2e4614ba1a8b4cf952ad201bfd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Sample STOMP configuration file, parameters affecting connection
# between pmie and a JMS server for the "stomp" rule action.
#
host=foo.bar.com # this is the JMS server (required)
port=61616 # and its listening here (required)
timeout=2 # seconds to wait for server (optional)
topic=PMIE # JMS topic for pmie messages (optional)
username=joe # required
password=j03ST0MP # required
|