smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
SmallRye Reactive Messaging
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...
Reproducer: https://github.com/yholkamp/didactic-dollop
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...
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...
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 +...
The MQTT Server connector does not have inbound metadata support.
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...
**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...
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...