https://github.com/horse-framework/horsemq-java-client
Java Client for Horse MQ Server
https://github.com/horse-framework/horsemq-java-client
Last synced: 11 months ago
JSON representation
Java Client for Horse MQ Server
- Host: GitHub
- URL: https://github.com/horse-framework/horsemq-java-client
- Owner: horse-framework
- License: apache-2.0
- Created: 2021-04-16T17:02:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T12:29:11.000Z (about 5 years ago)
- Last Synced: 2025-05-12T11:49:18.656Z (about 1 year ago)
- Language: Java
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Client for Horse MQ Server
To do
* SSL Engine implementation for secure connections
* Now, it supports send and receive as HorseMessage. There is no object based push, send, publish methods. We need to register models with consumer interfaces.
*
* HorseClient does not support reconnecting after a period of time and it does not any event such as connected, disconnected, message received etc.
* There is builder for HorseClient. Consumer registration and setting fluent api options are not possible without any builder.
* Direct Operator methods (send direct message, send response etc)
* Router operator methods (create/delete router, get routers, get router bindings, add/remove binding, publish to router)
* Queue Operator, consuming from pull state queue methods.