You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While configuring the bundle, a worker MUST be defined in queue configuration. It should be possible to use the bundle just for publishing messages without the worker.
Consider the use-case:
App A, B, and C populate the queue for a microservice app D. The apps A, B, and C do not need/have the worker; only the publisher. In order to use this bundle in publisher apps, they have to create a fake queue worker.
The text was updated successfully, but these errors were encountered:
While configuring the bundle, a worker MUST be defined in queue configuration. It should be possible to use the bundle just for publishing messages without the worker.
Consider the use-case:
App A, B, and C populate the queue for a microservice app D. The apps A, B, and C do not need/have the worker; only the publisher. In order to use this bundle in publisher apps, they have to create a fake queue worker.
The text was updated successfully, but these errors were encountered: