Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java agent is missing Queue as a TransportType as required by the agent specs for DT #2161

Open
elucus opened this issue Dec 6, 2024 · 1 comment

Comments

@elucus
Copy link

elucus commented Dec 6, 2024

It looks like the Java agent is missing Queue as a TransportType as listed in the agent specs. In the agent and code:

public enum TransportType {
Unknown,
HTTP,
HTTPS,
Kafka,
JMS,
IronMQ,
AMQP,
Other
}

The agent spec lists these and the DT team said they are required:

 

The parent.transportType intrinsic attribute's value may be one of these valid types:

"Unknown"

"HTTP"

"HTTPS"

"Kafka"

"JMS"

"IronMQ"

"AMQP"

"Queue"

"Other"

@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant