aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/messaging/AliyunBus.scala
Commit message (Collapse)AuthorAgeFilesLines
* Mask InternalServerError and MessageNotExist errors in AliyunBus (#218)v1.14.3Zach Smith2018-09-121-7/+16
|
* Various message bus fixes (#212)v1.14.0Jakob Odersky2018-09-101-3/+3
| | | | | 1. Move to pure mixin-based ("stackable traits") pattern. 2. Provide a "CreateOnDemand" mixin that ensures topics and subscriptions have been created before they are used.
* Catch MessageNotExist errors in alicloud subscriptions to prevent errors on ↵v1.13.4Zach Smith2018-09-051-1/+6
| | | | timeout (#210)
* Add Aliyun Bus implementation (#193)v1.12.2Zach Smith2018-08-201-0/+139