Creates or updates JMS Entries defined by properties files. The properties files will be processed for property replacement using ${{VARIABLE_NAME}}
format. See the Appendix 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 FDWLS_ADMIN_USER. |
Weblogic Admin Domain Directory |
| No | Weblogic Domain Directory for AdminServer. If not provided, |
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 |
...
Multiple JMS Properties can be defined in each properties file. Each properties file must start with one or more lists of JMS element types present in the file. Any number of element types is acceptable in each file, and any number of each type of element is acceptable as well. The properties files will be processed for property replacement using $VARIABLE_NAME
format. See Property Replacement Support for more information about property replacement.
JMS Element List Objects
JMS Element Type | List Name |
---|---|
Connection Factory | |
Destination Sort Key | DestinationSortKeyList |
File Store | FileStoreList |
Foreign Server | ForeignServerList |
JDBC Store | JDBCStoreList |
JMS Server | JMSServerList |
Queue | QueueList |
Quota | QuotaList |
Replicated Store | ReplicatedStoreList |
SubDeployment | SubDeploymentList |
System Module | SystemModuleList |
Topic | TopicList |
Uniform Distributed Queue | UniformDistributedQueueList |
Uniform Distributed Topic | UniformDistributedTopicList |
Weighted Distributed Queue | WeightedDistributedQueueList |
Weighted Distributed Topic | WeightedDistributedTopicList |
...
All required properties are listed with an asterisk (all other properties are optional).
Connection Factory Anchor ConnectionFactory ConnectionFactory
ConnectionFactory | |
ConnectionFactory |
Property Name | Default Value | Notes | |
SystemModule* | <not set> | ||
JNDI | <not set> | ||
AcknowledgePolicy | All | ||
AttachJMSXUserId | False | ||
ClientID | <not set> | ||
ClientIdPolicy | Restricted | Restricted, Unrestricted | |
DefaultCompressionThreshold | 2147483647 | ||
DefaultDeliveryMode | Persistent | Persistent, Non-Persistent | |
DefaultPriority | 4 | ||
DefaultRedeliveryDelay | 0 | ||
DefaultTargetingEnabled | True | ||
DefaultTimeToDeliver | 0 | ||
DefaultTimeToLive | 0 | ||
DefaultUnitOfOrder | None | None, Other, System | |
UserDefaultUnitOfOrder | <not set> | used if | |
FlowInterval | 60 | ||
FlowMaximum | 500 | ||
FlowMinimum | 50 | ||
FlowSteps | 10 | ||
LoadBalancingEnabled | True | ||
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 | ||
SubscriptionSharingPolicy | Exclusive | Exclusive, Sharable | |
SynchronousPrefetchMode | Disabled | disabled, topicSubscriberOnly, enabled | |
TotalReconnectPeriodMillis | -1 | ||
TransactionTimeout | 3600 | ||
XAConnectionFactoryEnabled | True |
Destination Sort Key Anchor DestinationSortKey DestinationSortKey
DestinationSortKey | |
DestinationSortKey |
Property Name | Default Value |
---|---|
SystemModule* | <not set> |
KeyType | String |
Notes | <not set> |
SortKey | JMSMessageID |
SortOrder | Ascending |
File Store Anchor FileStore FileStore
FileStore | |
FileStore |
Property Name | Default Value |
---|---|
StoreName* | <not set> |
Directory | <not set> |
BlockSize | -1 |
MaxFileSize | 1342177280 |
FileLockingEnabled | true |
LogicalName | <not set> |
InitialSize | 0 |
IoBufferSize | 1 |
SynchronousWritePolicy | Direct-Write (Cache-Flush|Direct-Write-With-Cache|Direct-Write|Disabled|Cache-Flush) |
CacheDirectory | <not set> |
Notes | <not set> |
Targets | <not set> |
MinWindowBufferSize | -1 |
MaxWindowBufferSize | -11 |
Properties below are only compatible with WLS Version 12.2.1+ | |
InitialBootDelaySeconds | -1 |
RestartInPlace | true |
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> |
Foreign Server Anchor ForeignServer ForeignServer
ForeignServer | |
ForeignServer |
Property Name | Default Value | |||||
SystemModule* | <not set> | |||||
ConnectionURL* | <not set> | |||||
DefaultTargetingEnabled | True | |||||
ForeignCFNames (Comma-separated list of Foreign Connection Factories) | <not set> | |||||
ForeignCF{Name}EncryptedPassword | <not set> | |||||
ForeignCF{Name}HealthChecking | disabled (disabled | enabled) | |||||
ForeignCF{Name}LocalJNDI | <not set> | |||||
ForeignCF{Name}Password | <not set> | |||||
ForeignCF{Name}RemoteJNDI | <not set> | |||||
ForeignCF{Name}Username | <not set> | |||||
ForeignDestinationNames (Comma-separated list of Foreign Destinations) | <not set> | |||||
ForeignDestination{Name}LocalJNDI | <not set> | |||||
ForeignDestination{Name}RemoteJNDI | <not set> | |||||
JNDIInititalContextFactory | weblogic.jndi.WLInitialContextFactory | |||||
JNDIPropertiesCredential | <not set> | |||||
JNDIProperty{Name/Key} | <not set> | |||||
JNDIPropertyNames (Comma-separated list of Property Name/Keys) | <not set> | |||||
Notes | <not set> |
JDBC Store Anchor JDBCStore JDBCStore
JDBCStore | |
JDBCStore |
Property Name | Default Value |
---|---|
StoreName* | <not set> |
PrefixName | <not set> |
CreateTableDDLFile | <not set> |
InsertsPerBatchMaximum | 20 |
ThreeStepThreshold | 200000 |
OraclePiggybackCommitEnabled | 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 |
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 |
JMS Server Anchor JMSServer JMSServer
JMSServer | |
JMSServer |
Property Name | Default Value |
ServerName* | <not set> |
PersistentStore | None |
BytesThresholdLow | -1 |
BytesThresholdHigh | -1 |
MessagesThresholdLow | -1 |
MessagesThresholdHigh | -1 |
MaximumMessageSize | 2147483647 |
BytesMaximum | -1 |
MessagesMaximum | -1 |
TemporaryTemplateResource | <not set> |
TemporaryTemplateName | <not set> |
BlockingSendPolicy | FIFO (FIFO|Preemptive) |
MessageCompressionOptions (Version 12+ only) | GZIP_DEFAULT_COMPRESSION (GZIP_DEFAULT_COMPRESSION|GZIP_BEST_COMPRESSION|GZIP_BEST_SPEED|LZF) |
PagingMessageCompressionEnabled (Version 12+ only) | false |
StoreMessageCompressionEnabled (Version 12+ only) | false |
HostingTemporaryDestinations | true |
AllowsPersistentDowngrade | false |
InsertionPausedAtStartup | false |
PagingFileLockingEnabled | true |
StoreEnabled | true |
ConsumptionPausedAtStartup | false |
ProductionPausedAtStartup | false |
PagingMaxFileSize | 1342177280 |
PagingMaxWindowBufferSize | -1 |
PagingMinWindowBufferSize | -1 |
PagingIoBufferSize | -1 |
PagingBlockSize | -1 |
ExpirationScanInterval | 30 |
Targets | <not set> |
Notes | <not set> |
In Properties below are only compatible with WLS Version 12.2.1, these parameters are added:+ | |
Partition | <not set> |
ResourceGroup | <not set> |
ResourceGroupTemplate | <not set> |
Quota Anchor Quota Quota
Quota | |
Quota |
Property Name | Default Value |
SystemModule* | <not set> |
BytesMaximum | 9223372036854775807 |
MessagesMaximum | 9223372036854775807 |
Notes | <not set> |
Policy | FIFO (FIFO|Preemptive) |
Shared | false |
Replicated Store (WLS Version 12+) Anchor ReplicatedStore ReplicatedStore
ReplicatedStore | |
ReplicatedStore |
Property Name | Default Value | |
---|---|---|
StoreName* | <not set> | |
RegionSize | 134217728 | |
LocalIndex | 0 | |
IoBufferSize | -1 | |
Directory | 200000 | |
OraclePiggybackCommitEnabled | false | |
WorkerCount | 1 | |
DeletesPerBatchMaximum | 20 | |
DeletesPerStatementMaximum | 20 | |
LogicalName | <not set> | |
WorkerPreferredBatchSize | 10 | |
Notes | <not set> | |
Targets | <not set> | <not set> |
Properties below are only compatible with WLS Version 12.2.1+ | ||
InitialBootDelaySeconds | -1 | |
RestartInPlace | true | |
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 Anchor SubDeployment SubDeployment
SubDeployment | |
SubDeployment |
Property Name | Default Value |
---|---|
SystemModule* | <not set> |
Targets* | <not set> |
System Module Anchor SystemModule SystemModule
SystemModule | |
SystemModule |
Property Name | Default Value |
---|---|
SystemModule* | <not set> |
Targets* | <not set> |
In Properties below are only compatible with WLS Version 12.2.1, these parameters are added:+ | |
Partition | <not set> |
ResourceGroup | <not set> |
ResourceGroupTemplate | <not set> |
Topic Anchor Topic Topic
Topic | |
Topic |
Property Name | Default Value |
SystemModule* | <not set> |
AttachSender | Supports (supports|always|never) |
BytesHigh | 9223372036854775807 |
BytesLow | 9223372036854775807 |
ConsumptionPausedAtStartup | False |
DefaultUnitOfOrder (Auto-generate Unit-of-Order Name) | False |
DeliveryMode | No-Delivery ( Non-Persistent|Persistent|No-Delivery) |
DestinationSortKeys (Comma-separated names of destinations) | <not set> |
ErrorDestination | <not set> |
ExpirationLoggingPolicy | <not set> |
ExpirationPolicy | Discard (Discard|Log|Redirect) |
IncompleteWorkExpirationTime | -1 |
InsertionPausedAtStartup | False |
JMSCreateDestinationIdentifier | <not set> |
JNDI | <not set> |
LocalJNDIName | <not set> |
MaximumMessageSize | 2147483647 |
MessageLoggingEnabled | False |
MessageLoggingFormat | <not set> |
MessagesHigh | 9223372036854775807 |
MessagesLow | 9223372036854775807 |
MessagingPerformancePreference | 25 |
MulticastAddress | <not set> |
MulticastPort | 6001 |
MulticastTimeToLive | -1 |
Notes | <not set> |
Priority | -1 |
ProductionPausedAtStartup | False |
Quota | <not set> |
RedeliveryDelay | -1 |
RedeliveryLimit | -1 |
SAFExportPolicy | All (All|None) |
SubDeployment | <not set> |
Template | <not set> |
TimeToDeliver | -1 |
TimeToLive | -1 |
UnitOfWorkHandlingPolicy | PassThrough ( PassThrough | SingleMessageDelivery) |
Uniform Distributed Queue Anchor UniformDistributedQueue UniformDistributedQueue
UniformDistributedQueue | |
UniformDistributedQueue |
Property Name | Default Value |
SystemModule* | <not set> |
AttachSender | supports |
BytesHigh | 9223372036854775807 |
BytesLow | 9223372036854775807 |
ConsumptionPausedAtStartup | False |
DefaultTargetingEnabled | False |
DefaultUnitOfOrder | False |
DeliveryMode | No-Delivery |
DestinationSortKeys | <not set> |
ErrorDestination | <not set> |
ExpirationLoggingPolicy | <not set> |
ExpirationPolicy | Discard |
ForwardDelay | 1 |
IncompleteWorkExpirationTime | 1 |
InsertionPausedAtStartup | False |
JMSCreateDestinationIdentifier | <not set> |
JNDI | <not set> |
LoadBalancingPolicy | Round-Robin (Random|Round-Robin) |
LocalJNDIName | <not set> |
MaximumMessageSize | 2147483647 |
Members | <not set> |
MessageLoggingEnabled | False |
MessageLoggingFormat | <not set> |
MessagesHigh | 9223372036854775807 |
MessagesLow | 9223372036854775807 |
MessagingPerformancePreference | 25 |
Notes | <not set> |
Priority | -1 |
Quota | <not set> |
ProductionPausedAtStartup | False |
RedeliveryDelay | -1 |
RedeliveryLimit | -1 |
ResetDeliveryCountOnForward | True |
SAFExportPolicy | All |
Uniform Distributed Topic Anchor UniformDistributedTopic UniformDistributedTopic
UniformDistributedTopic | |
UniformDistributedTopic |
Property Name | Default Value |
SystemModule* | <not set> |
AttachSender | supports |
BytesHigh | 9223372036854775807 |
BytesLow | 9223372036854775807 |
ConsumptionPausedAtStartup | False |
DefaultTargetingEnabled | False |
DefaultUnitOfOrder | False |
DeliveryMode | No-Delivery |
DestinationSortKeys | <not set> |
ErrorDestination | <not set> |
ExpirationLoggingPolicy | <not set> |
ExpirationPolicy | Discard |
ForwardingPolicy | <not set> |
IncompleteWorkExpirationTime | -1 |
InsertionPausedAtStartup | False |
JMSCreateDestinationIdentifier | <not set> |
JNDI | <not set> |
LoadBalancingPolicy | Round-Robin (Random|Round-Robin) |
LocalJNDIName | <not set> |
MaximumMessageSize | 2147483647 |
Members | <not set> |
MessageLoggingEnabled | False |
MessageLoggingFormat | <not set> |
MessagesHigh | 9223372036854775807 |
MessagesLow | 9223372036854775807 |
MessagingPerformancePreference | 25 |
MulticastAddress | <not set> |
MulticastPort | 6001 |
MulticastTimeToLive | 1 |
Notes | <not set> |
Priority | -1 |
ProductionPausedAtStartup | False |
Quota | <not set> |
RedeliveryDelay | -1 |
RedeliveryLimit | -1 |
SAFExportPolicy | All |
Template | <not set> |
TimeToDeliver | -1 |
TimeToLive | -1 |
UnitOfOrderRouting | Hash |
UnitOfWorkHandlingPolicy | PassThrough |
Weighted Distributed Queue Anchor WeightedDistributedQueue WeightedDistributedQueue
WeightedDistributedQueue | |
WeightedDistributedQueue |
Property Name | Default Value |
SystemModule* | <not set> |
{Member}Weight | 1 |
ForwardDelay | -1 |
LoadBalancingPolicy | Round-Robin (Random | Round-Robin) |
Members **Comma-separated Member Names | <not set> |
Notes | <not set> |
ResetDeliveryCountOnForward | False |
SAFExportPolicy | none (none|all) |
UnitOfOrderRouting | Hash (Hash|PathService) |
Weighted Distributed Topic Anchor WeightedDistributedTopic WeightedDistributedTopic
WeightedDistributedTopic | |
WeightedDistributedTopic |
Property Name | Default Value |
---|---|
SystemModule* | <not set> |
{Member}Weight | 1 |
LoadBalancingPolicy | Round-Robin (Random | Round-Robin) |
Members **Comma-separated Member Names | <not set> |
Notes | <not set> |
SAFExportPolicy | none (none|all) |
UnitOfOrderRouting | Hash (Hash|PathService) |