Creates or updates JMS Entries defined by properties files. The properties files will be processed for property replacement using ${{VARIABLE_NAME}} format. See Property Replacement Support for more information about property replacement.
...
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Weblogic Home (WL_HOME) |
| Yes | WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
Weblogic Domain Name |
| Yes | WebLogic Domain Name. |
Weblogic Admin Listen Address |
| Yes | The listener address of the WLS admin server. (e.g. localhost) |
Weblogic Admin Listen Port |
| Yes | The port of the WLS admin server. (e.g. 7001) |
Weblogic Admin SSL Connection |
| No | Indicates whether the admin server is using SSL. |
Weblogic Admin User |
| Yes | The user name for the WLS admin server. |
Weblogic Admin Password |
| Yes | The password for Weblogic Admin User. |
Weblogic Admin Domain Directory |
| No | Weblogic Domain Directory for AdminServer. If not provided, Weblogic Domain Directory will Directory will be used. |
Weblogic Domain Directory |
| Yes | Weblogic Domain Directory.(e.g. /u01/oracle/config/domains/soa_domain) |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Property Name | Property Code | Required | Description |
---|---|---|---|
Properties File Path | FILE_PATH_TO_PROPERTIES | No | Comma-separated list of paths to the properties file(s). |
Outputs
Output Name | Required | Description |
---|---|---|
FDWLS_OUT_IS_RESTART_REQUIRED | No | A |
...
This operation will select all available endpoints associated to the environment instance which have a resource type of WLS Admin Server. Since the admin server only runs on one server, it is expected that for a given domain, there will only be one endpoint with a resource type set to WLS Admin Server.
Endpoint Execution
This operation will execute on the Admin Server endpoint selected using the WLS Admin Server resource type.
Special Considerations
If Properties File Path is Path is not specified, the FD_ARTIFACTS_DIR folder DIR folder will be used. If a relative path is specified, the path will be relative to the FD_ARTIFACTS_DIR directory. WebLogic configuration files including JMS modules are backed up to FD_TEMP_DIR/configbackup before configbackup before modifications. As with all files in the endpoint working directory, these files will be saved for 3 days before being deleted.
...
- Properties file can be named as per your requirements. See Example Properties File below.
- jmsconfigurations.properties – properties – This is the main properties file. The path to it is referenced by Properties File Path .
- DEV/ jmsconfigurations.properties- optionally create a file here and override some properties with it per environment. The filename must match.
- PROD/ jmsconfigurations.properties properties - optionally have several environments.
- Sub folder names for environment overrides must be FlexDeploy environment code.
...
The properties files will be processed for property replacement using ${{VARIABLE_NAME}} format. See Property Replacement Support for more information about property replacement.
...
Property Name | Default Value | Notes | |
Name* | <not set> | ||
SystemModule* | <not set> | ||
JNDI | <not set> | ||
AcknowledgePolicy | All | ||
AttachJMSXUserId | False | (True | False) | |
ClientID | <not set> | ||
ClientIdPolicy | Restricted | (Restricted | Unrestricted) | |
DefaultCompressionThreshold | 2147483647 | ||
DefaultDeliveryMode | Persistent | (Persistent | Non-Persistent) | |
DefaultPriority | 4 | ||
DefaultRedeliveryDelay | 0 | ||
DefaultTargetingEnabled | True | (True | False) | |
DefaultTimeToDeliver | 0 | ||
DefaultTimeToLive | 0 | ||
DefaultUnitOfOrder | None | (None | Other | System) | |
UserDefaultUnitOfOrder | <not set> | used if | |
FlowInterval | 60 | ||
FlowMaximum | 500 | ||
FlowMinimum | 50 | ||
FlowSteps | 10 | ||
LoadBalancingEnabled | True | (True | False) | |
LocalJNDIName | <not set> | ||
MessagesMaximum | 10 | ||
MulticastOverrunPolicy | KeepOld | (KeepOld | KeepNew) | |
Notes | <not set> | ||
OneWaySendMode | Disabled | (disabled | enabled) | |
OneWaySendWindowSize | 1 | ||
ReconnectBlockingMillis | 60000 | ||
ReconnectPolicy | Producer | (all | none | producer) | |
SendTimeout | 10 | ||
ServerAffinityEnabled | True | (True | False) | |
SubscriptionSharingPolicy | Exclusive | (Exclusive | Sharable) | |
SynchronousPrefetchMode | Disabled | (disabled | topicSubscriberOnly | enabled) | |
TotalReconnectPeriodMillis | -1 | ||
TransactionTimeout | 3600 | ||
XAConnectionFactoryEnabled | True | (True | False) |
Destination Sort Key
Property Name | Default Value | Notes |
---|---|---|
Name* | <not set> | |
SystemModule* | <not set> | |
KeyType | String | |
Notes | <not set> | |
SortKey | JMSMessageID | |
SortOrder | Ascending |
...
Property Name | Default Value | Notes |
---|---|---|
StoreName* | <not set> | |
RegionSize | 134217728 | |
LocalIndex | 0 | |
IoBufferSize | -1 | |
Directory | 200000 | |
OraclePiggybackCommitEnabled | false | (true | false) |
WorkerCount | 1 | |
DeletesPerBatchMaximum | 20 | |
DeletesPerStatementMaximum | 20 | |
LogicalName | <not set> | |
WorkerPreferredBatchSize | 10 | |
Notes | <not set> | |
Targets | <not set> | |
Properties below are only compatible with WLS Version 12.2.1+ | ||
InitialBootDelaySeconds | -1 | |
RestartInPlace | true | (true | false) |
FailbackDelaySeconds | -1 | |
NumberOfRestartAttempts | 6 | |
DistributionPolicy | Distributed | (Singleton | Distributed) |
MigrationPolicy | Off | (Off | On-Failure | Always) |
PartialClusterStabilityDelaySeconds | -1 | |
SecondsBetweenRestarts | 30 | |
Partition | <not set> | |
ResourceGroup | <not set> | |
ResourceGroupTemplate | <not set> | |
MinWindowBufferSize | -1 | |
MaxWindowBufferSize | -1 |
Sub Deployment
Property Name | Default Value | Notes |
---|---|---|
Name* | <not set> | |
SystemModule* | <not set> | |
Targets* | <not set> | Comma-separated list of target names (e.g. DefaultServer, Cluster1, server2) |
System Module
Property Name | Default Value | Notes |
---|---|---|
SystemModule* | <not set> | |
Targets* | <not set> | Comma-separated list of target names (e.g. DefaultServer, Cluster1, server2) |
Properties below are only compatible with WLS Version 12.2.1+ | ||
Partition | <not set> | |
ResourceGroup | <not set> | |
ResourceGroupTemplate | <not set> |
...
Property Name | Default Value | Notes |
Name* | <not set> | |
SystemModule* | <not set> | |
{Member}Weight | 1 | |
ForwardDelay | -1 | |
LoadBalancingPolicy | Round-Robin | (Random | Round-Robin) |
Members | <not set> | Comma-separated Member Names |
Notes | <not set> | |
ResetDeliveryCountOnForward | False | (True | False) |
SAFExportPolicy | None | (All | None) |
UnitOfOrderRouting | Hash | (Hash | PathService) |
...
Property Name | Default Value | Notes | |
Name | The name from the list is used by default. | ||
AdapterJNDIName | eis.jms.WLSConnectionFactoryJNDIXA | ||
ConnectionUrl | Empty Value | ||
DestinationType | Queue | (Queue | Topic) | |
Notes | <not set> | ||
Password | <not set> | ||
UserName | <not set> | ||
Partition | <not set> | ||
ResourceGroup | <not set> | ||
ResourceGroupTemplate | <not set> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
BridgeDestinationList=myBridgeSource,myBridgeDestination BridgeList=myBridge myBridgeSource.ConnectionFactoryJNDIName=jms/cf1 myBridgeSource.DestinationJNDIName=jms/q1 myBridgeSource.DestinationType=Queue myBridgeSource.UserName=user myBridgeSource.Password=password myBridgeSource.Notes=some notes are in here. myBridgeSource.ConnectionUrl=t3://soalt06:7001 myBridgeDestination.ConnectionFactoryJNDIName=/jms/cf2 myBridgeDestination.DestinationJNDIName=jms/q1 myBridgeDestination.DestinationType=Queue myBridgeDestination.UserName=user myBridgeDestination.Password=password myBridgeDestination.Notes=some notes are in here. myBridgeDestination.ConnectionUrl=t3://soalt08:7001 myBridge.Targets=AdminServer myBridge.SourceDestination=myBridgeSource myBridge.TargetDestination=myBridgeDestination myBridge.Started=true |
...