Hello *I have configured "JMS Point-to-Point" in JMeter as follows (have placed the jar "activemq-all-6.1.6" in lib directory):* =========================================================== -
*QueueConnectionFactory*: ConnectionFactory - *Request Queue*: TEST.REQUEST.Q (simulated request queue name) - *Response Queue*: TEST.RESPONSE.Q (simulated response queue name) - *Provider URL*: tcp://localhost:61616 (change to match your setup, e.g., a locally running ActiveMQ broker) - *Initial Context Factory*: org.apache.activemq.jndi.ActiveMQInitialContextFactory (commonly used for ActiveMQ) ======================================================== - *I am running "apache-activemq-6.1.6" on my local PC, and have configured the following queues:* =========================================================== - - - Name <http://127.0.0.1:8161/admin/queues.jsp#> ↑Number Of Pending Messages <http://127.0.0.1:8161/admin/queues.jsp#> Number Of Consumers <http://127.0.0.1:8161/admin/queues.jsp#> Messages Enqueued <http://127.0.0.1:8161/admin/queues.jsp#> Messages Dequeued <http://127.0.0.1:8161/admin/queues.jsp#> Views <http://127.0.0.1:8161/admin/queues.jsp#> Operations <http://127.0.0.1:8161/admin/queues.jsp#> TEST.REQUEST.Q <http://127.0.0.1:8161/admin/browse.jsp?JMSDestination=TEST.REQUEST.Q> 0 0 0 0 Browse <http://127.0.0.1:8161/admin/browse.jsp?JMSDestination=TEST.REQUEST.Q> Active Consumers <http://127.0.0.1:8161/admin/queueConsumers.jsp?JMSDestination=TEST.REQUEST.Q> Active Producers <http://127.0.0.1:8161/admin/queueProducers.jsp?JMSDestination=TEST.REQUEST.Q> <http://127.0.0.1:8161/admin/queueBrowse/TEST.REQUEST.Q?view=rss&feedType=atom_1.0> <http://127.0.0.1:8161/admin/queueBrowse/TEST.REQUEST.Q?view=rss&feedType=rss_2.0> Send To <http://127.0.0.1:8161/admin/send.jsp?JMSDestination=TEST.REQUEST.Q&JMSDestinationType=queue> Purge <http://127.0.0.1:8161/admin/purgeDestination.action?JMSDestination=TEST.REQUEST.Q&JMSDestinationType=queue&secret=654d6d53-76c2-480a-a842-165ba5d432cd> Delete <http://127.0.0.1:8161/admin/deleteDestination.action?JMSDestination=TEST.REQUEST.Q&JMSDestinationType=queue&secret=654d6d53-76c2-480a-a842-165ba5d432cd> Pause <http://127.0.0.1:8161/admin/pauseDestination.action?JMSDestination=TEST.REQUEST.Q&JMSDestinationType=queue&secret=654d6d53-76c2-480a-a842-165ba5d432cd> TEST.RESPONSE.Q <http://127.0.0.1:8161/admin/browse.jsp?JMSDestination=TEST.RESPONSE.Q> 0 0 0 0 Browse <http://127.0.0.1:8161/admin/browse.jsp?JMSDestination=TEST.RESPONSE.Q> Active Consumers <http://127.0.0.1:8161/admin/queueConsumers.jsp?JMSDestination=TEST.RESPONSE.Q> Active Producers <http://127.0.0.1:8161/admin/queueProducers.jsp?JMSDestination=TEST.RESPONSE.Q> <http://127.0.0.1:8161/admin/queueBrowse/TEST.RESPONSE.Q?view=rss&feedType=atom_1.0> <http://127.0.0.1:8161/admin/queueBrowse/TEST.RESPONSE.Q?view=rss&feedType=rss_2.0> Send To <http://127.0.0.1:8161/admin/send.jsp?JMSDestination=TEST.RESPONSE.Q&JMSDestinationType=queue> Purge <http://127.0.0.1:8161/admin/purgeDestination.action?JMSDestination=TEST.RESPONSE.Q&JMSDestinationType=queue&secret=654d6d53-76c2-480a-a842-165ba5d432cd> Delete <http://127.0.0.1:8161/admin/deleteDestination.action?JMSDestination=TEST.RESPONSE.Q&JMSDestinationType=queue&secret=654d6d53-76c2-480a-a842-165ba5d432cd> Pause <http://127.0.0.1:8161/admin/pauseDestination.action?JMSDestination=TEST.RESPONSE.Q&JMSDestinationType=queue&secret=654d6d53-76c2-480a-a842-165ba5d432cd> =========================================================== *I am getting the following error:* Thread Name:Thread Group 1-1 Sample Start:2025-03-21 11:21:43 IST Load time:0 Connect Time:0 Latency:0 Size in bytes:0 Sent bytes:0 Headers size in bytes:0 Body size in bytes:0 Sample Count:1 Error Count:1 Data type ("text"|"bin"|""):text Response code: Response message:java.lang.IllegalStateException: QueueConnectionFactory expected, but got org.apache.activemq.ActiveMQConnectionFactory SampleResult fields: ContentType: DataEncoding: null *Can you please help?* Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 [email protected] LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" Make In India : http://www.makeinindia.com/home
