GoldengateJavaMessageServiceConnectionProperties
import type { GoldengateJavaMessageServiceConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateJavaMessageServiceConnection.
§Properties
Optional. Authentication type for Java Message Service.
Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.
Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'
Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'
Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.
Optional. The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'
Optional. Specifies the identity of the principal (user) to be authenticated.
Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.
Optional. Input only. The password Oracle Goldengate uses to connect the Java Message Service in plain text.
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect the associated Java Message Service. Format: projects/{project}/secrets/{secret}/versions/{version}.
Optional. Security protocol for Java Message Service.
Optional. Input only. The password for the cert inside of the KeyStore in plain text.
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.
Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.