Replies: 2 comments
-
/cc @Ladicek (smallrye), @jmartisk (smallrye), @phillip-kruger (smallrye), @radcortez (smallrye) |
Beta Was this translation helpful? Give feedback.
0 replies
-
After lots of searching it looks like Channel Decorators is intended for such transformations, problem I still have is that it's not clear howto filter with them, so only Rabbitmq Messages are affected, since I send my Messages with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a rabbitmq broker, where our organization agreed to a container format being send using bson and auth tokens.
I know I could do all that by hand in every class taking to a rabbitmq channel or incomming message. But that is repetitve and not really scaleable. Is there a way to register some kind of transformer for a smallrye connector?
Beta Was this translation helpful? Give feedback.
All reactions