servicebus
Here are 77 public repositories matching this topic...
I can't seem to figure out how to pass it the proper options to get the Delayed Message Plugin to work properly when using servicebus.
My current attempt is as follows:
Consumer:
const options = {
ack: true,
queueOptions: {
exchangeOptions: {
type: 'x-delayed-message',
'x-
Updated
Dec 27, 2019 - C#
DocumentMessage is one of the Enterprise Integration Patters and should be supported as well as the Event Message, [Command Message](http://www.enterpriseintegrationpatterns.com/p
Hi,
I'm believe I'm running into this issue when running make all:
➜ uname -a
Linux stian-Precision-5530 4.18.0-18-generic #19~18.04.1-Ubuntu SMP Fri Apr 5 10:22:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
➜ go version
go version go1.12.4 linux/amd64
➜ pwd
/home/stian/go/src/github.com/Azure/azure-service-bus-go
➜ make all
▶ running
i am trying to register my message Hander for azure servicebus and i see the following description about one of the constructors of messageHandlerOptions class:-
maxConcurrentCalls maximum number of concurrent calls to the onMessage handler
autoComplete true if the pump should automatically complete message after onMessageHandler action is completed. false otherwise.
**maxAutoRenewDurat
Bummer I can't submit a PR to the wiki because of how it works on GitHub, but I pushed my own fork with the addition here.
https://github.com/tdbrian/PlatibusWiki/blob/master/1.-Installation.md#platibusaspnetcore
Platibus.AspNetCore
AspNetCore support is provided in the Platibus.AspNetCore package. This package allows for configuration through ConfigurePlatibus on the IS
-
Updated
Jul 2, 2020 - C#
-
Updated
May 26, 2020 - C#
-
Updated
Jun 5, 2020 - C#
-
Updated
Nov 16, 2017 - C#
- Move parts of readme to wiki
- Write more documentation content
- Write documentation for new powershell WindowsServiceHost installers
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Sep 30, 2017 - JavaScript
-
Updated
Jun 11, 2020 - C#
-
Updated
Jan 14, 2020 - C#
-
Updated
Jul 1, 2020 - C#
-
Updated
Apr 25, 2018 - C#
-
Updated
Apr 20, 2017 - C#
-
Updated
Mar 2, 2020 - C#
-
Updated
May 18, 2020 - Java
Описание ошибки
Шина с RabbitMQ. Отключаются consumer'ы RabbitMQ для отправки в callback-интерфейсы клиентов. Переподключение к RabbitMQ либо не происходит вообще, либо длится очень долго.
Ожидаемое поведение
Consumer'ы должны восстанавливать соединение с RabbitMQ.
Шаги воспроизведения
Алгоритм воспроизведения не известен.
Конфигурация
Поднят стек в докере. Конфигураци
-
Updated
Jun 13, 2019 - C#
-
Updated
Mar 5, 2020 - C#
-
Updated
May 17, 2018 - Scala
-
Updated
Oct 6, 2017 - C#
-
Updated
May 23, 2020 - C#
-
Updated
Sep 10, 2019 - C#
-
Updated
Oct 4, 2017 - JavaScript
Improve this page
Add a description, image, and links to the servicebus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the servicebus topic, visit your repo's landing page and select "manage topics."
Currently, there's no documentation about mixing management and messaging operations in a transaction. The only documentation about transactional processing refers to messaging operations.