JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle GlassFish Server Message Queue Guide     Oracle Solaris Cluster 4.0
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring HA for Oracle GlassFish Message Queue

A.  HA for Oracle GlassFish Message Queue Extension Properties

Index

Appendix A

HA for Oracle GlassFish Message Queue Extension Properties

This section describes the extension properties for the resource type SUNW.s1mq. This resource type represents the Apache application in an Oracle Solaris Cluster configuration.

For details about system-defined properties, see the r_properties(5) man page and the rg_properties(5) man page.

The extension properties of the SUNW.s1mq resource type are as follows:

Bin_dir

For a minimum of version 4.4, indicates the location of Oracle GlassFish Message Queue server binaries. You must specify this property at resource creation time.

Data type

String

Default

/usr/bin

Range

Not applicable

Tunable

At creation

Broker_Name

The name of the broker to be monitored.

Data type

String

Default

No default defined

Range

Not applicable

Tunable

At creation

Broker_User

User name of the managed broker. This property is needed only if Smooth_Shutdown=TRUE.

Data type

String

Default

No default defined

Range

Not applicable

Tunable

At any time

Confdir_list

A path name that points to the configuration directory for the broker. HA for Oracle GlassFish Message Queue requires this extension property, and the property must have one entry.

Data type

String array

Default

No default defined

Range

Not applicable

Tunable

At creation

Smooth_Shutdown

Indication of whether to enable smooth shutdown using the imqcmd command.

When this extension property is set to FALSE, the data service attempts to shut down the Oracle GlassFish Message Queue process first with SIGTERM, then with SIGKILL (9).

When this extension property is set to TRUE, the data service attempts a smooth shutdown of the process using the imqcmd command. If this extension property is TRUE, the extension property Broker_User must be set, and the password must be set in $IMQ_VARHOME/instances/broker/scs1mqconfig.


Note - If this property is set to TRUE, the password can be seen in output from the ps command when the data service runs the imqcmd command with the password.


Data type

Boolean

Default

FALSE

Range

Not applicable

Tunable

At any time