https://github.com/sergeylysov/tibcojmsmonitoring
Monitoring status Tibco ESB
https://github.com/sergeylysov/tibcojmsmonitoring
Last synced: 10 months ago
JSON representation
Monitoring status Tibco ESB
- Host: GitHub
- URL: https://github.com/sergeylysov/tibcojmsmonitoring
- Owner: sergeylysov
- License: apache-2.0
- Created: 2020-12-03T08:57:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T12:47:30.000Z (over 5 years ago)
- Last Synced: 2025-02-08T19:25:41.170Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TibcoJMSMonitoring
This utility provide read metrics from Tibco ESB manager via tibjmsadmin and send to InfluxDb
Required InfluxDB 1.8 or later
### Metrics:
* PendingMessageCount
* ConsumerCount
* OutboundMessageRate
* InboundMessageRate
# Usage
start TibcoJMSMonitoring in CLI with param config-file
### Example:
java -jar TibcoJMSMonitoring-1.0-jar-with-dependencies.jar config.xml
Config.xml example:
```xml
admin
tcp://localhost:7222
monitoring
monitoring
monitoring
http://localhost:8086
10
```
Block allQueues may be repeat several times.
last version
https://github.com/sergeylysov/TibcoJMSMonitoring/releases/download/1/TibcoJMSMonitoring-1.0-jar-with-dependencies.jar