Java agent is missing Queue as a TransportType as required by the agent specs for DT #2161
Open
Description
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"
Metadata
Assignees
Type
Projects
Status
Next Quarter Candidates