Hi, I'm trying to publish messages to Amazon SQS. Following the instructions in the user manual (http://jmeter.apache.org/usermanual/component_reference.html#JMS_Publisher), I have downloaded the JMS implementation jar (https://github.com/awslabs/amazon-sqs-java-messaging-lib) and put it in the lib directory.
>From the jar, I can tell the Connection Factory is >"com.amazon.sqs.javamessaging.SQSConnectionFactory" and so I have entered that >under the Connection Factory field in the JMS Publisher. Unfortunately it >doesn't look like the SQS lib implements the Initial Context Factory. And I >can't figure out what to put in a JNDI.properties, or how to pass in the AWS >Credentials. Has anyone else used the JMS samplers with Amazon SQS before? I'd appreciate a few tips. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
