forked from SolaceDev/solace-spring-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update README.md CHANGELOG.md and added COMPARE_WITH_SOLACE.md
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Difference between the splace binder and this fork | ||
|
||
Additional: | ||
- Support for non-persistent publish and subscribe | ||
- Support for groups in direct subscription using #share subscription on topics. | ||
- Reapply subscriptions on temporary queues after reconnect with more than 60 sec interruption | ||
- Fixed startup error with anonymous queues when broker is under load | ||
|
||
Not supported by fork on purpose: | ||
- Batch processing - We judge this feature as unnecessary complex and an anti-pattern | ||
- Selector - This is a JMS feature generating a lot of traffic and the same effect can be done easy by a simple filter | ||
- TopicEndPoint - This is a JMS feature and an anti pattern | ||
- Multi maven project - a simple maven project does the job as well and is less expensive to maintain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters