I'm trying to figure out how to record a very simple JMS application that uses Apache ActiveMQ.
My simple application uses JNDI to look up the connection factory and build up the resources.
The CA docs for the JNDI asset are EXTREMELY limited.
When I attempt to test my JNDI Initial Context asset, I get this error ::
Verifying Asset
Error: Class not found: org.apache.activemq.jndi.ActiveMQInitialContextFactory
Here is my config for my JNDI asset.

What am I doing wrong?