Class MQ2ClientStandardImpl

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

public class MQ2ClientStandardImpl 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

    • MQ2ClientStandardImpl

      public MQ2ClientStandardImpl(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.