Class AwsSqsConnectionFactory

java.lang.Object
com.tremolosecurity.provisioning.jms.providers.AwsSqsConnectionFactory
All Implemented Interfaces:
jakarta.jms.ConnectionFactory

public class AwsSqsConnectionFactory extends Object implements jakarta.jms.ConnectionFactory
  • Constructor Details

    • AwsSqsConnectionFactory

      public AwsSqsConnectionFactory()
  • Method Details

    • createConnection

      public jakarta.jms.Connection createConnection() throws jakarta.jms.JMSException
      Specified by:
      createConnection in interface jakarta.jms.ConnectionFactory
      Throws:
      jakarta.jms.JMSException
    • createConnection

      public jakarta.jms.Connection createConnection(String arg0, String arg1) throws jakarta.jms.JMSException
      Specified by:
      createConnection in interface jakarta.jms.ConnectionFactory
      Throws:
      jakarta.jms.JMSException
    • createContext

      public jakarta.jms.JMSContext createContext()
      Specified by:
      createContext in interface jakarta.jms.ConnectionFactory
    • createContext

      public jakarta.jms.JMSContext createContext(int arg0)
      Specified by:
      createContext in interface jakarta.jms.ConnectionFactory
    • createContext

      public jakarta.jms.JMSContext createContext(String arg0, String arg1)
      Specified by:
      createContext in interface jakarta.jms.ConnectionFactory
    • createContext

      public jakarta.jms.JMSContext createContext(String arg0, String arg1, int arg2)
      Specified by:
      createContext in interface jakarta.jms.ConnectionFactory
    • setAwsAccessKey

      public void setAwsAccessKey(String val)
    • setAwsSecretKey

      public void setAwsSecretKey(String val)
    • setRegion

      public void setRegion(String val)