Can create a rule for RabbitMQ?

I’m planning to create a new rule for RabbitMQ. Yes, Squldex already has Additional event publishers for rabbitMQ. BUT it not easily configurable.

Just want to get your advice.

It is a good idea. The event publisher has been created before the rule system and one reason that it has never been migrated is the way how connections are handled. RabbitMQ needs a connection pool for each RabbitMQ cluster. Lets say that 100 users create a rule action in the cloud. Then it would create thousands of connections in the worst case. Not a good idea.

But you could create a plugin for the new plugin system: Add Plugin System

Got you. Thanks. ~~~~~~~