WSO2 class mediator: Amazon aws import for sqs queue not being recognized

Viewed 22

So I'm trying to use the extended message support for sqs queue in wso2 integration studio. I've tried it before using eclipse (you have to build a package by specifying the required dependencies in the pom and then build it, and then create a class and run it), and it worked here. I want to now find a way to use that code in a class mediator, but i'm unsure how to go about it. I've tried creating a class mediator in wso2, and then adding the aws dependencies to it's pom and then rebuilding, but still the import shows and error and says 'not found' when I try to add it in the java class.

0 Answers
Related