smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

SmallRye Reactive Messaging

Results 183 smallrye-reactive-messaging issues
Sort by recently updated
recently updated
newest added

I made an issue previously regarding claims-based security #882. As indicated in that issue, the underlying connection issue does not seem to be due to the authentication mechanism, since I...

bug

Reproducer: https://github.com/yholkamp/didactic-dollop

bug
mqtt

Hi Folks, I'm new in the quarkus cosmos. I'm using your mqtt client, but I struggling with adding my ca.crt. I see no way to configure the ca.crt (trusted key...

mqtt

Hi, I am not facing any error with [gcp-pubsub-quickstart](https://github.com/smallrye/smallrye-reactive-messaging/tree/master/examples/gcp-pubsub-quickstart) example but not able to see the my message over the my Topic on GCP. here the my configration properties file:...

If one method @Broadcasts messages, another method receives, and the receiver fails, original message will be still acknowledged. If @Broadcast is removed, exception prohibits the message to be acknowledged, which...

bug

The script has a few bugs: * `antora` is not installed (and it needs the up to date antora) * The git repository URL is incorrect (must use https +...

infra

The MQTT Server connector does not have inbound metadata support.

mqtt

This may happen if class hierarchies are in use: ```java @ApplicationScoped class Foo { @Incoming("source") @Outgoing("processed-a") public String toUpperCase(String payload) { return payload.toUpperCase(); } } @ApplicationScoped class Bar extends Foo...

enhancement
core

**Describe the bug** I am using smallrye-amqp to listen to messages over artemis mq. From a node js service I am sending a text message using the STOMP protocol. Get...

amqp

Related to the work done here #352 there is an optional missing detail that could improve a bit more the usability in regards to ease of configuration of the amqp...

amqp