Commit Graph

22 Commits

Author SHA1 Message Date
Benjamin Diedrichsen
9a81992a0a added documentation 2014-06-30 12:05:36 +02:00
Benjamin Diedrichsen
4034024e30 release 1.1.10 2014-04-02 09:45:04 +02:00
Benjamin Diedrichsen
54f7bd72b9 Subtype only filter, small refactorings 2014-03-28 10:11:21 +01:00
bennidi
d84b3877fa updated documentation 2014-03-01 18:20:47 +01:00
durron597
5612cbee51 Added the ability to plug in your own subscription manager. This way you
can implement caching if you want to, or not if you don't want to.
Existing applications should be unaffected.
2013-11-25 16:33:12 -06:00
durron597
52f52864de Created ISyncBusConfiguration
Previously, SyncMessageBus required a full IBusConfiguration, which
has lots of methods about threading, etc. However, if you want a
purely Sync bus that never uses multithreading, you probably don't
want to create all those threads and dispatchers. This change allows
you to call `new SyncMessageBus(new SyncBusConfiguration())`.
2013-09-20 10:49:18 -05:00
durron597
02f18f8e4a Added some convenience methods for those who don't want to use
the default configurations but don't want to have to start from scratch
2013-09-03 09:28:16 -05:00
benjamin
d6aa291b86 fixed #35 #44 addressed #45, major refactorings, added documentation and tests 2013-09-02 17:49:06 +02:00
Benjamin Diedrichsen
8aa3fca57f Merge pull request #47 from durron597/master
Added custom names to identify MBassador dispatchers.
2013-08-14 03:58:57 -07:00
durron597
e4b6a84ab8 Added custom names to identify MBassador dispatchers.
Added a null check on ExecutorService
2013-08-12 08:41:45 -05:00
bennidi
7bfc426a67 added logging in tests 2013-07-03 10:28:12 +02:00
bennidi
6100c65718 fixed #27 #29 #30 #31, higher test coverage, stabilized tests, 2013-05-26 17:38:16 +02:00
benjamin
7c08bd0299 better support of interfaces in message publication 2013-05-21 18:13:27 +02:00
benni
3b215115fb Added SubsciptionManager, fixed #30 and #31 2013-05-12 14:37:08 +02:00
benni
17b1fee1b6 Added SubsciptionManager, fixed #30 and #31 2013-05-12 14:34:59 +02:00
benjamin
bf0ce9535b Added concrete SyncBus implementation 2013-04-03 09:39:00 +02:00
benjamin
f5ecdefcd0 Added concrete SyncBus implementation 2013-04-03 09:32:06 +02:00
benni
a1a6324d44 Release 1.1.4 2013-04-01 16:06:28 +02:00
benni
12a3e778e9 Release 1.1.4 2013-04-01 15:13:52 +02:00
Lennart Jörelid
8349aef7c8 Added some codestyle-induced fixes. 2013-03-23 11:21:20 +01:00
Lennart Jörelid
cb949a219e Set an ignore comment on the failing testcase. Ran PMD on the code to clean up some unused modifiers. 2013-03-23 10:16:12 +01:00
benni
e7a76287cb Added FilteredMessage, interface optimization, refactorings 2013-03-04 09:14:08 +01:00