AWS SQS has a HTTP end points for topics/queues. You do not have to build the request using JMS sampler. In my opinion, the Http sampler should work for constructing messaging requests.
http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/MakingRequests_MakingQueryRequestsArticle.html Thanks Chaitanya M Bhatt On Wed, Apr 13, 2016 at 1:43 PM, Hui Ai Chan <[email protected]> wrote: > 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] > >
