我正在使用由3个代理组成的ActiveMQ Artemis集群(1个主服务器,2个从服务器),安装UDP广播。
ActiveMQ Artemis按预期启动,但当尝试使用SAG创建webMethods连接时,它将返回错误:
clientID=activemq was already set into another connection
我有3个Integration,每个服务器都配置了这个JNDI,指向3个ActiveMQ Artemis代理:
Initial上下文工厂:org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
根据
通信风格clear用于清除给定队列中的消息。
Scenario: In my test plan , i have 2 threadgroups.
1) JMS Point to Point sampler to send messages: My JMS sampler fires request_only messages to the inqueue.
2) JMS Point to Point sampler to clear the messages in the outqueue. Here the communication style is selected as