message-bus
Here are 198 public repositories matching this topic...
-
Updated
Jun 1, 2020 - C#
We use http_server as input and http_client as one of outputs (for a part of message batch). In case when there is some error coming from http_client, benthos starts to retry this error message indefinitely (#415). However most significant, is that it stops accepting other, normal messages.
Here is the log when I first try to send message which causes http_client to get 500 error, and
Prometheus能提供图片吗?
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
When the queue workers are restarted (using supervisor), all delayed messages are instantly triggered, regardless of the remaining delay.
This happens when using either rabbitmq_dlx or rabbitmq_delay_plugin delay strategy.
Implemented via laravel-queue with amqp+rabbitmq dsn.
-
Updated
Jun 4, 2020 - C#
-
Updated
Jun 2, 2020 - C#
The documentation generator at ./docs/generator/ could support the config struct tags introduced in trivago/gollum#143 to:
- Detect undocumented configuration parameters and include them in the documentation
- Detetect and warn about inexistent / mistyped configuration parameters found in the doc comments
Not a very urgent need, but perhaps useful when revising do
following this example
https://github.com/pardahlman/RawRabbit/blob/2.0/docs/operations/publish.md
with RawRabbit.Operations.Publish installed as it says in the 2.0 docs
var message = new BasicMessage { Prop = "Hello, world!" };
await busClient.PublishAsync(message, ctx => ctx
.UsePublishConfiguration(cfg => cfg
.OnDeclaredExchange(e => e
.WithName("my_topic"
mini-toastr has a webpack compile issue that will sometime throw a webpackjasonp is undefined in certain browsers (like internet explorer) see : se-panfilov/mini-toastr#128 there is a temporary solution, but would be nice to make note of in documentation somewhere since it is a suggested package, or offer additional package suggestions.
css configuration
-
Updated
May 27, 2020 - Elixir
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 23, 2019 - PHP
-
Updated
Jun 2, 2020 - C#
In the README, since #2298, there has been this wording:
If the above configuration file is being used as a basis, be sure to update it with the hostname of the deployment (this should be the fully qualified domain name of the system).
Yet, in the walk-through for [how to authenticate an agent to communicate with VOLTTRON platform](https://volttron.readthedocs.io/en/develop/devguides/walk
-
Updated
May 8, 2020 - Java
-
Updated
Jan 31, 2020 - PHP
It would be good to run (libFuzzer)[https://llvm.org/docs/LibFuzzer.html] or (AFL)[http://lcamtuf.coredump.cx/afl/] on the NATS parser to make sure that no invalid inputs can cause buffer overflows.
As the documentation states, a MSG has a CR+LF after the payload:
MSG [reply-to] <#bytes>\r\n[payload]\r\n
The handleMSG method only reads the payload and leaves the trailing \r\n in the socket buffer.
I understand that this is not much of a problem, because Connection::wait just ignores such empty lines, but in my case
-
Updated
Jan 3, 2017 - C#
-
Updated
May 22, 2017 - PHP
Hello, I think you should 'utf-8' decode the signature here:
https://github.com/fedora-infra/fedmsg/blob/develop/fedmsg/crypto/gpg.py#L177
-
Updated
Feb 6, 2018 - Java
-
Updated
Feb 10, 2020 - Go
-
Updated
Apr 28, 2019 - PHP
-
Updated
Jan 22, 2020 - Go
-
Updated
Mar 26, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Dec 8, 2017 - Go
-
Updated
Feb 4, 2020 - C#
Improve this page
Add a description, image, and links to the message-bus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the message-bus topic, visit your repo's landing page and select "manage topics."
See nats-io/nats-server#944. I spent a couple of hours debugging this issue and believe that it probably should be documented in README (if I've understood things correctly).