Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
Description
JmsIO write function is able to publish messages to topics with static names:
company/employee/id/1234567.
Some AMQP/JMS broker provides the ability to publish to dynamic topics like:
company/employee/id/{employeeId}
If we want to handle that with Apache Beam JmsIO, we must create a branch per employeeId, which is not suitable for a company with thousand of employee, or other similat use cases.
The JmsIO write function should provide the ability to handle dynamic topics.
Attachments
Issue Links
- links to