Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateJavaMessageServiceConnectionDetails

The information to update a Java Message Service Connection.

Properties

Optional authenticationType

authenticationType: undefined | string

Authentication type for Java Message Service. If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.

Optional connectionFactory

connectionFactory: undefined | string

The of Java class implementing javax.jms.ConnectionFactory interface supplied by the Java Message Service provider. e.g.: 'com.stc.jmsjca.core.JConnectionFactoryXA'

Const connectionType

connectionType: string = "JAVA_MESSAGE_SERVICE"

Optional connectionUrl

connectionUrl: undefined | string

Connectin URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'

Optional definedTags

definedTags: undefined | object

Tags defined for this resource. Each key is predefined and scoped to a namespace.

Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}

Optional description

description: undefined | string

Metadata about this specific object.

Optional displayName

displayName: undefined | string

An object's Display Name.

Optional freeformTags

freeformTags: undefined | object

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.

Example: {@code {\"bar-key\": \"value\"}}

Optional jndiConnectionFactory

jndiConnectionFactory: undefined | string

The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'

Optional jndiInitialContextFactory

jndiInitialContextFactory: undefined | string

The implementation of javax.naming.spi.InitialContextFactory interface that the client uses to obtain initial naming context. e.g.: 'org.apache.activemq.jndi.ActiveMQInitialContextFactory'

Optional jndiProviderUrl

jndiProviderUrl: undefined | string

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 jndiSecurityCredentials

jndiSecurityCredentials: undefined | string

The password associated to the principal.

Optional jndiSecurityPrincipal

jndiSecurityPrincipal: undefined | string

Specifies the identity of the principal (user) to be authenticated. e.g.: 'admin2'

Optional keyId

keyId: undefined | string

Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

Optional keyStore

keyStore: undefined | string

The base64 encoded content of the KeyStore file.

Optional keyStorePassword

keyStorePassword: undefined | string

The KeyStore password.

Optional nsgIds

nsgIds: Array<string>

An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.

Optional password

password: undefined | string

The password Oracle GoldenGate uses to connect the associated Java Message Service.

Optional privateIp

privateIp: undefined | string

Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.

The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.

Optional routingMethod

routingMethod: model.RoutingMethod

Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.

Optional securityProtocol

securityProtocol: undefined | string

Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.

Optional shouldUseJndi

shouldUseJndi: undefined | false | true

If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.

Optional sslKeyPassword

sslKeyPassword: undefined | string

The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.

Optional subnetId

subnetId: undefined | string

The OCID of the target subnet of the dedicated connection.

Optional trustStore

trustStore: undefined | string

The base64 encoded content of the TrustStore file.

Optional trustStorePassword

trustStorePassword: undefined | string

The TrustStore password.

Optional username

username: undefined | string

The username Oracle GoldenGate uses to connect to the Java Message Service. This username must already exist and be available by the Java Message Service to be connected to.

Optional vaultId

vaultId: undefined | string

Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.

Methods

getDeserializedJsonObj

getJsonObj