Dmitry Shmulevich
c7adb917f3
update license to Apache v2.0 ( #1406 )
2022-01-04 19:53:31 -08:00
Phil Kedy
688df9bda4
Removed dependency on dapr/dapr in favor of dapr/kit. Fixed go mod dependencies afterwards. Go 1.16 in go.mod. Removed accidental log dependency. ( #807 )
2021-04-19 12:06:10 -07:00
Yaron Schneider
3ef025c604
change headers ( #679 )
2021-02-09 18:57:55 -08:00
kzmake
66b9734bcc
Add priority parameters to RabbitMQ queue and message ( #606 )
...
* Add message priority in RabbitMQ
* Fix integration test for ExclusiveQueue
* Revert priority parameters from pubsub
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-01-22 14:03:53 -08:00
Bruno Rodrigues da Silva
fe9faadb46
Added Exclusive Flag to RabbitMQ queues ( #580 )
...
* Added Exclusive Flag to RabbitMQ queues
* Fixing Linter issues
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-12 14:18:04 -08:00
Artur Souza
e6dadfab6c
TTL in PubSub. ( #565 )
...
* TTL in PubSub.
* Handle message TTL only if component cannot handle it.
* Removig dead code for overflow check in pubsub expiration.
2020-12-29 14:28:52 -08:00
Yaron Schneider
e82164f4e7
Add bi-directional bindings support ( #350 )
...
* add bi-directional bindings
* added invoke response
* added explicit types
* change operationtype to operationkind
2020-05-26 23:32:20 -07:00
Francisco Beltrao
75fcd7accf
Add message time to live in RabbitMQ, Azure Service Bus/Storage Queue bindings ( #298 )
...
* Add message ttl for Azure Service Bus/Storage Queue
and RabbitMQ
* Rename metadata key to ttlInSeconds
Move defaultQueueTTL to RabbitMQ metadata
* Move integration tests to own files
* Add +build integration_test tag
* Remove integration test skip
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-15 10:07:16 -07:00