-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support ActiveMQ java client #1709
Comments
@Xylus when do you plan to merge your changes to master branch? |
@dawidmalina Ironing out some issues, should be in there by tomorrow :) |
@ruizlake looks like the image is missing. Could you check if you can access $PINPOINT_WEB_URL/images/servermap/ACTIVEMQ_CLIENT.png? |
yes. i can access $PINPOINT_WEB_URL/images/servermap/ACTIVEMQ_CLIENT.png. but still it no working.All the configuration in accordance with the way you write Xylus@0317a98 |
Looks like the minified version of js files were not committed, and I'm not sure if these need to be merged into the repository. I'll check with @denzelsN and add them if necessary. In the mean time, you could make the following changes to manually update them:
Let me know if this doesn't work. |
thank you very much! it success. i love you ___ |
@ruizlake Glad it worked out :) |
ok.If found in the use of bug, I will be the first time to reply to you. thanks again |
With your help, I developed a plug-in called rocketmq.if you want i will show about this plugin |
Add plugin to support ActiveMQ java client tracing.
Queue / Topic names will be used for virtual queue nodes.
Initial implementation supports v5.1.0+ and clients that connect using TCP based transport (so embedded queues that are connected via VM transports are not traced).
Trace methods might need to be more detailed (such as for redeliveries and transactions/rollbacks. These should be added in the future if deemed important.
The text was updated successfully, but these errors were encountered: