Open
Description
The purpose and use-cases of the new component
A new receiver to get messages from an Artemis queue. However, my question is, if that should be a component for activemq or if it should be an AMQP receiver?
Example configuration for the component
activemq:
endpoint: "username:password@hostname:port"
queue: "myqueue"
Will need to dig deeper into it, how we are using it at my clients site. But we are also using client certificates, so it will be much like other queue based receivers.
However, the question again is if this should be some amqp based receiver instead of vendor specific.
Telemetry data types supported
metrics, logs and traces - all types. could even be profiles.
Code Owner(s)
syron
Sponsor (optional)
Additional context
At my clients site, we are heavily investing into otlp and we are looking into multiple reliable options for transmission, where we are using both kafka topics, otlp endpoints but we also would like to use our artemis brokers.