You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added advanced connection retry logic in case connection is not recoverable. Added possibility to configure retry times and timeouts. Added possibility to declare exchanges an queues
Added timout/waittime configuration parameters to BinderConfiguration and updated docs
Added test for channel shutdown
Added a lot of tests, changed synchronisation no Lock instead of synchronized, changed notification to use Condition class instead of notify() wait() some small bugfixes
Adds the actual event transaction phase into account