Class MQ2ClientSessionTokenImpl

java.lang.Object
org.apache.camel.component.aws2.mq.client.impl.MQ2ClientSessionTokenImpl
All Implemented Interfaces:
MQ2InternalClient

public class MQ2ClientSessionTokenImpl extends Object implements MQ2InternalClient
Manage an AWS MQ client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • MQ2ClientSessionTokenImpl

      public MQ2ClientSessionTokenImpl(MQ2Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getMqClient

      public software.amazon.awssdk.services.mq.MqClient getMqClient()
      Getting the MQ AWS client that is used.
      Specified by:
      getMqClient in interface MQ2InternalClient
      Returns:
      Amazon MQ Client.