Class: MintPress::OracleWeblogic::JMSTemplate

Inherits:
GenericMbean
  • Object
show all
Includes:
MintLogger, Mixins::Properties, FancyNew, Utils
Defined in:
src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_131.rb

Overview

defining multiple destinations (queues and topics) with similar attribute settings.

Properties (Read/Write)

  • #version ⇒ String (Default Value: Proc.new { self.domain.version })
    Version of weblogic this property is being applied to

    Property Attributes
    • defaultProc.new { self.domain.version }
    
    
    15
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 15
    
    property :version, type: String, default: Proc.new { self.domain.version }
  • #name ⇒ String
    "The name of this configuration."

    Property Attributes
    • short_name"Name"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    17
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 17
    
    property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of this configuration."
  • #notes ⇒ String
    "Optional information that you can include to describe this\nconfiguration."

    Property Attributes
    • short_name"Notes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    20
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 20
    
    property :Notes, type: String, array: false, hash: false, short_name: "Notes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Optional information that you can include to describe this\nconfiguration."
  • #attach_sender ⇒ String
    "Specifies whether messages landing on destinations that use this template should\nattach the credential of the sending user."

    Property Attributes
    • short_name"AttachSender"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    23
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 23
    
    property :AttachSender, type: String, array: false, hash: false, short_name: "AttachSender", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether messages landing on destinations that use this template should\nattach the credential of the sending user."
  • #destination_keys ⇒ Hash of ⇒ MintPress::OracleWeblogic::JMSDestinationKey
    "Deprecated.\nA read-only array of the destination keys of the JMS template or\ndestination."

    Property Attributes
    • short_name"DestinationKeys"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    27
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 27
    
    property :DestinationKeys, type: MintPress::OracleWeblogic::JMSDestinationKey, array: false, hash: true, short_name: "DestinationKeys", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nA read-only array of the destination keys of the JMS template or\ndestination."
  • #group_params ⇒ Hash of ⇒ MintPress::OracleWeblogic::GroupParams
    "The group parameters for this template."

    Property Attributes
    • short_name"GroupParams"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    29
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 29
    
    property :GroupParams, type: MintPress::OracleWeblogic::GroupParams, array: false, hash: true, short_name: "GroupParams", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "The group parameters for this template."
  • #incomplete_work_expiration_time ⇒ Integer
    "Specifies the maximum amount of time, in milliseconds, before undelivered messages in an\nincomplete UOW are expired."

    Property Attributes
    • short_name"IncompleteWorkExpirationTime"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    32
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 32
    
    property :IncompleteWorkExpirationTime, type: Integer, array: false, hash: false, short_name: "IncompleteWorkExpirationTime", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the maximum amount of time, in milliseconds, before undelivered messages in an\nincomplete UOW are expired."
  • #maximum_message_size ⇒ Integer
    "Deprecated.\nThe maximum size of a message in bytes that will be accepted\nfrom producers on this JMS server."

    Property Attributes
    • short_name"MaximumMessageSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    36
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 36
    
    property :MaximumMessageSize, type: Integer, array: false, hash: false, short_name: "MaximumMessageSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe maximum size of a message in bytes that will be accepted\nfrom producers on this JMS server."
  • #messaging_performance_preference ⇒ Integer
    "Controls how long destinations that use this template are willing to wait to create full batches\nof available messages (if at all) for delivery to consumers."

    Property Attributes
    • short_name"MessagingPerformancePreference"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    39
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 39
    
    property :MessagingPerformancePreference, type: Integer, array: false, hash: false, short_name: "MessagingPerformancePreference", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Controls how long destinations that use this template are willing to wait to create full batches\nof available messages (if at all) for delivery to consumers."
  • #quota ⇒ MintPress::OracleWeblogic::Quota
    "A Quota controls the allotment of system resources available\nto destinations."

    Property Attributes
    • short_name"Quota"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    42
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 42
    
    property :Quota, type: MintPress::OracleWeblogic::Quota, array: false, hash: false, short_name: "Quota", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A Quota controls the allotment of system resources available\nto destinations."
  • #saf_export_policy ⇒ String
    "Specifies whether a user can send messages to destinations that use this template\nusing Store-and-Forward."

    Property Attributes
    • short_name"SafExportPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    45
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 45
    
    property :SafExportPolicy, type: String, array: false, hash: false, short_name: "SafExportPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether a user can send messages to destinations that use this template\nusing Store-and-Forward."
  • #unit_of_work_handling_policy ⇒ String
    "Specifies whether the Unit-of-Work (UOW) feature is enabled for destinations that use this template."

    Property Attributes
    • short_name"UnitOfWorkHandlingPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    47
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 47
    
    property :UnitOfWorkHandlingPolicy, type: String, array: false, hash: false, short_name: "UnitOfWorkHandlingPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the Unit-of-Work (UOW) feature is enabled for destinations that use this template."
  • #consumption_paused_at_startup ⇒ [TrueClass,FalseClass]
    "Specifies whether message consumption is paused on destinations that use this template at server\nstartup."

    Property Attributes
    • short_name"ConsumptionPausedAtStartup"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    50
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 50
    
    property :ConsumptionPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ConsumptionPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether message consumption is paused on destinations that use this template at server\nstartup."
  • #default_unit_of_order ⇒ [TrueClass,FalseClass]
    "Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the\ndomain, JMS server, and destination name."

    Property Attributes
    • short_name"DefaultUnitOfOrder"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    53
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 53
    
    property :DefaultUnitOfOrder, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "DefaultUnitOfOrder", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the\ndomain, JMS server, and destination name."
  • #insertion_paused_at_startup ⇒ [TrueClass,FalseClass]
    "Specifies whether new message insertion is paused on destinations that use this template at\nserver startup."

    Property Attributes
    • short_name"InsertionPausedAtStartup"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    56
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 56
    
    property :InsertionPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "InsertionPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether new message insertion is paused on destinations that use this template at\nserver startup."
  • #production_paused_at_startup ⇒ [TrueClass,FalseClass]
    "Specifies whether new message production on destinations that use this template is paused on\nat server startup."

    Property Attributes
    • short_name"ProductionPausedAtStartup"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    59
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 59
    
    property :ProductionPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ProductionPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether new message production on destinations that use this template is paused on\nat server startup."
  • #bytes_maximum ⇒ Integer
    "Deprecated.\nThe maximum bytes quota (between 0 and a positive\n64-bit integer) that can be stored in this destination."

    Property Attributes
    • short_name"BytesMaximum"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    63
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 63
    
    property :BytesMaximum, type: Integer, array: false, hash: false, short_name: "BytesMaximum", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe maximum bytes quota (between 0 and a positive\n64-bit integer) that can be stored in this destination."
  • #bytes_threshold_high ⇒ Integer
    "Deprecated.\nThe upper threshold value that triggers events based on the\nnumber of bytes stored in this JMS server."

    Property Attributes
    • short_name"BytesThresholdHigh"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    67
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 67
    
    property :BytesThresholdHigh, type: Integer, array: false, hash: false, short_name: "BytesThresholdHigh", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe upper threshold value that triggers events based on the\nnumber of bytes stored in this JMS server."
  • #bytes_threshold_low ⇒ Integer
    "Deprecated.\nThe lower threshold value (between 0 and a positive 64-bit\ninteger) that triggers events based on the number of bytes stored\nin this JMS server."

    Property Attributes
    • short_name"BytesThresholdLow"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    72
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 72
    
    property :BytesThresholdLow, type: Integer, array: false, hash: false, short_name: "BytesThresholdLow", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe lower threshold value (between 0 and a positive 64-bit\ninteger) that triggers events based on the number of bytes stored\nin this JMS server."
  • #delivery_mode_override ⇒ String
    "Deprecated.\nThe delivery mode assigned to all messages that arrive at the\ndestination regardless of the DeliveryMode specified by the message\nproducer."

    Property Attributes
    • short_name"DeliveryModeOverride"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    77
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 77
    
    property :DeliveryModeOverride, type: String, array: false, hash: false, short_name: "DeliveryModeOverride", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe delivery mode assigned to all messages that arrive at the\ndestination regardless of the DeliveryMode specified by the message\nproducer."
  • #error_destination ⇒ [MintPress::OracleWeblogic::Destination,MintPress::OracleWeblogic::Queue,MintPress::OracleWeblogic::Topic,MintPress::OracleWeblogic::UniformDistributedDestination,MintPress::OracleWeblogic::UniformDistributedQueue,MintPress::OracleWeblogic::UniformDistributedTopic]
    "The name of the target error destination for messages that have expired or reached their redelivery\nlimit."

    Property Attributes
    • short_name"ErrorDestination"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryFailureParams"]
    
    
    80
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 80
    
    property :ErrorDestination, type: [MintPress::OracleWeblogic::Destination,MintPress::OracleWeblogic::Queue,MintPress::OracleWeblogic::Topic,MintPress::OracleWeblogic::UniformDistributedDestination,MintPress::OracleWeblogic::UniformDistributedQueue,MintPress::OracleWeblogic::UniformDistributedTopic], array: false, hash: false, short_name: "ErrorDestination", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the target error destination for messages that have expired or reached their redelivery\nlimit.", source: ["DeliveryFailureParams"]
  • #expiration_logging_policy ⇒ String
    "The policy that defines what information about the message is logged when the Expiration Policy is set to Log."

    Property Attributes
    • short_name"ExpirationLoggingPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryFailureParams"]
    
    
    82
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 82
    
    property :ExpirationLoggingPolicy, type: String, array: false, hash: false, short_name: "ExpirationLoggingPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The policy that defines what information about the message is logged when the Expiration Policy is set to Log.", source: ["DeliveryFailureParams"]
  • #expiration_policy ⇒ String
    "The message Expiration Policy to use when an expired message is encountered on a destination."

    Property Attributes
    • short_name"ExpirationPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryFailureParams"]
    
    
    84
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 84
    
    property :ExpirationPolicy, type: String, array: false, hash: false, short_name: "ExpirationPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The message Expiration Policy to use when an expired message is encountered on a destination.", source: ["DeliveryFailureParams"]
  • #messages_maximum ⇒ Integer
    "Deprecated.\nThe maximum message quota (total amount of messages) that can be\nstored in this JMS server."

    Property Attributes
    • short_name"MessagesMaximum"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    88
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 88
    
    property :MessagesMaximum, type: Integer, array: false, hash: false, short_name: "MessagesMaximum", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe maximum message quota (total amount of messages) that can be\nstored in this JMS server."
  • #messages_threshold_high ⇒ Integer
    "Deprecated.\nThe upper threshold value that triggers events based on the\nnumber of messages stored in this JMS server."

    Property Attributes
    • short_name"MessagesThresholdHigh"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    92
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 92
    
    property :MessagesThresholdHigh, type: Integer, array: false, hash: false, short_name: "MessagesThresholdHigh", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe upper threshold value that triggers events based on the\nnumber of messages stored in this JMS server."
  • #messages_threshold_low ⇒ Integer
    "Deprecated.\nThe lower threshold value that triggers events based on the\nnumber of messages stored in this JMS server."

    Property Attributes
    • short_name"MessagesThresholdLow"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    96
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 96
    
    property :MessagesThresholdLow, type: Integer, array: false, hash: false, short_name: "MessagesThresholdLow", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe lower threshold value that triggers events based on the\nnumber of messages stored in this JMS server."
  • #priority_override ⇒ Integer
    "Deprecated.\nThe priority assigned to all messages that arrive at the\ndestination, regardless of the Priority specified by the message\nproducer."

    Property Attributes
    • short_name"PriorityOverride"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    101
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 101
    
    property :PriorityOverride, type: Integer, array: false, hash: false, short_name: "PriorityOverride", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe priority assigned to all messages that arrive at the\ndestination, regardless of the Priority specified by the message\nproducer."
  • #redelivery_delay_override ⇒ Integer
    "Deprecated.\nThe delay, in milliseconds, before rolled back or recovered\nmessages are redelivered, regardless of the RedeliveryDelay\nspecified by the consumer and/or connection factory."

    Property Attributes
    • short_name"RedeliveryDelayOverride"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    106
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 106
    
    property :RedeliveryDelayOverride, type: Integer, array: false, hash: false, short_name: "RedeliveryDelayOverride", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe delay, in milliseconds, before rolled back or recovered\nmessages are redelivered, regardless of the RedeliveryDelay\nspecified by the consumer and/or connection factory."
  • #redelivery_limit ⇒ Integer
    "The number of redelivery tries a message can have before it is moved to the error destination."

    Property Attributes
    • short_name"RedeliveryLimit"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryFailureParams"]
    
    
    108
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 108
    
    property :RedeliveryLimit, type: Integer, array: false, hash: false, short_name: "RedeliveryLimit", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of redelivery tries a message can have before it is moved to the error destination.", source: ["DeliveryFailureParams"]
  • #time_to_deliver_override ⇒ String
    "Deprecated.\nThe default delay, either in milliseconds or as a schedule,\nbetween when a message is produced and when it is made visible on\nits target destination, regardless of the delivery time specified\nby the producer and/or connection factory."

    Property Attributes
    • short_name"TimeToDeliverOverride"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    114
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 114
    
    property :TimeToDeliverOverride, type: String, array: false, hash: false, short_name: "TimeToDeliverOverride", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe default delay, either in milliseconds or as a schedule,\nbetween when a message is produced and when it is made visible on\nits target destination, regardless of the delivery time specified\nby the producer and/or connection factory."
  • #time_to_live_override ⇒ Integer
    "Deprecated.\nThe time-to-live assigned to all messages that arrive at this\ntopic, regardless of the TimeToLive value specified by the message\nproducer."

    Property Attributes
    • short_name"TimeToLiveOverride"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    119
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 119
    
    property :TimeToLiveOverride, type: Integer, array: false, hash: false, short_name: "TimeToLiveOverride", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\nThe time-to-live assigned to all messages that arrive at this\ntopic, regardless of the TimeToLive value specified by the message\nproducer."
  • #delivery_mode ⇒ String
    "The delivery mode assigned to all messages that arrive at the\ndestination regardless of the DeliveryMode specified by the message\nproducer."

    Property Attributes
    • short_name"DeliveryMode"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    127
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 127
    
    property :DeliveryMode, type: String, array: false, hash: false, short_name: "DeliveryMode", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The delivery mode assigned to all messages that arrive at the\ndestination regardless of the DeliveryMode specified by the message\nproducer.", source: ["DeliveryParamsOverrides"]
  • #priority ⇒ Integer
    "The priority assigned to all messages that arrive at this\ndestination, regardless of the Priority specified by the message\nproducer."

    Property Attributes
    • short_name"Priority"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    131
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 131
    
    property :Priority, type: Integer, array: false, hash: false, short_name: "Priority", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The priority assigned to all messages that arrive at this\ndestination, regardless of the Priority specified by the message\nproducer.", source: ["DeliveryParamsOverrides"]
  • #redelivery_delay ⇒ Integer
    "The delay, in milliseconds, before rolled back or recovered\nmessages are redelivered, regardless of the RedeliveryDelay\nspecified by the consumer and/or connection factory."

    Property Attributes
    • short_name"RedeliveryDelay"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    135
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 135
    
    property :RedeliveryDelay, type: Integer, array: false, hash: false, short_name: "RedeliveryDelay", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The delay, in milliseconds, before rolled back or recovered\nmessages are redelivered, regardless of the RedeliveryDelay\nspecified by the consumer and/or connection factory.", source: ["DeliveryParamsOverrides"]
  • #time_to_deliver ⇒ String
    "The default delay, either in milliseconds or as a schedule,\nbetween when a message is produced and when it is made visible on\nits target destination, regardless of the delivery time specified\nby the producer and/or connection factory."

    Property Attributes
    • short_name"TimeToDeliver"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    140
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 140
    
    property :TimeToDeliver, type: String, array: false, hash: false, short_name: "TimeToDeliver", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The default delay, either in milliseconds or as a schedule,\nbetween when a message is produced and when it is made visible on\nits target destination, regardless of the delivery time specified\nby the producer and/or connection factory.", source: ["DeliveryParamsOverrides"]
  • #time_to_live ⇒ Integer
    "The time-to-live assigned to all messages that arrive at this\ndestination, regardless of the TimeToLive value specified by the message\nproducer."

    Property Attributes
    • short_name"TimeToLive"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    144
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 144
    
    property :TimeToLive, type: Integer, array: false, hash: false, short_name: "TimeToLive", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The time-to-live assigned to all messages that arrive at this\ndestination, regardless of the TimeToLive value specified by the message\nproducer.", source: ["DeliveryParamsOverrides"]
  • #message_logging_format ⇒ String
    "Defines which information about the message is logged."

    Property Attributes
    • short_name"MessageLoggingFormat"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["MessageLoggingParams"]
    
    
    146
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 146
    
    property :MessageLoggingFormat, type: String, array: false, hash: false, short_name: "MessageLoggingFormat", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Defines which information about the message is logged.", source: ["MessageLoggingParams"]
  • #message_logging_enabled ⇒ [TrueClass,FalseClass]
    "Specifies whether the module logs information about\nthe message life cycle."

    Property Attributes
    • short_name"MessageLoggingEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["MessageLoggingParams"]
    
    
    149
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 149
    
    property :MessageLoggingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "MessageLoggingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the module logs information about\nthe message life cycle.", source: ["MessageLoggingParams"]
  • #multicast_address ⇒ String
    "The IP address that this topic uses to transmit messages to multicast\nconsumers."

    Property Attributes
    • short_name"MulticastAddress"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Multicast"]
    
    
    152
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 152
    
    property :MulticastAddress, type: String, array: false, hash: false, short_name: "MulticastAddress", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The IP address that this topic uses to transmit messages to multicast\nconsumers.", source: ["Multicast"]
  • #multicast_port ⇒ Integer
    "The IP port that this topic uses to transmit messages to multicast consumers."

    Property Attributes
    • short_name"MulticastPort"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Multicast"]
    
    
    154
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 154
    
    property :MulticastPort, type: Integer, array: false, hash: false, short_name: "MulticastPort", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The IP port that this topic uses to transmit messages to multicast consumers.", source: ["Multicast"]
  • #multicast_time_to_live ⇒ Integer
    "The number of routers that a message traverses en route to a consumer."

    Property Attributes
    • short_name"MulticastTimeToLive"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Multicast"]
    
    
    156
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 156
    
    property :MulticastTimeToLive, type: Integer, array: false, hash: false, short_name: "MulticastTimeToLive", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of routers that a message traverses en route to a consumer.", source: ["Multicast"]
  • #bytes_high ⇒ Integer
    "The upper threshold (total number of bytes in this destination)\nthat triggers logging or flow control events."

    Property Attributes
    • short_name"BytesHigh"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Thresholds"]
    
    
    159
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 159
    
    property :BytesHigh, type: Integer, array: false, hash: false, short_name: "BytesHigh", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The upper threshold (total number of bytes in this destination)\nthat triggers logging or flow control events.", source: ["Thresholds"]
  • #bytes_low ⇒ Integer
    "The lower threshold (total number of bytes in this destination)\nthat triggers logging or flow control events."

    Property Attributes
    • short_name"BytesLow"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Thresholds"]
    
    
    162
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 162
    
    property :BytesLow, type: Integer, array: false, hash: false, short_name: "BytesLow", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The lower threshold (total number of bytes in this destination)\nthat triggers logging or flow control events.", source: ["Thresholds"]
  • #messages_high ⇒ Integer
    "The upper threshold (total number of messages in this\ndestination) that triggers logging or flow control events."

    Property Attributes
    • short_name"MessagesHigh"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Thresholds"]
    
    
    165
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 165
    
    property :MessagesHigh, type: Integer, array: false, hash: false, short_name: "MessagesHigh", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The upper threshold (total number of messages in this\ndestination) that triggers logging or flow control events.", source: ["Thresholds"]
  • #messages_low ⇒ Integer
    "The lower threshold (total number of messages in this\ndestination) that triggers logging or flow control events."

    Property Attributes
    • short_name"MessagesLow"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Thresholds"]
    
    
    168
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 168
    
    property :MessagesLow, type: Integer, array: false, hash: false, short_name: "MessagesLow", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The lower threshold (total number of messages in this\ndestination) that triggers logging or flow control events.", source: ["Thresholds"]
  • #messages_limit_override ⇒ Integer
    "The maximum number of messages that can be stored in a\ntopic subscription."

    Property Attributes
    • short_name"MessagesLimitOverride"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["TopicSubscriptionParams"]
    
    
    171
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 171
    
    property :MessagesLimitOverride, type: Integer, array: false, hash: false, short_name: "MessagesLimitOverride", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of messages that can be stored in a\ntopic subscription.", source: ["TopicSubscriptionParams"]
  • #name ⇒ String (Default Value: "NO_NAME_0")

    Property Attributes
    • default"NO_NAME_0"
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/generic_mbean.rb', line 31
    
    property :Name, type: String, default: "NO_NAME_0"

Properties (Read Only)

  • #destinations ⇒ Hash of ⇒ MintPress::OracleWeblogic::JMSDestination
    "Deprecated.\nReturns a read-only array of the destinations for the JMS\ntemplate."

    Property Attributes
    • short_name"Destinations"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    123
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_template.rb', line 123
    
    property :Destinations, type: MintPress::OracleWeblogic::JMSDestination, array: false, hash: true, short_name: "Destinations", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "Deprecated.\nReturns a read-only array of the destinations for the JMS\ntemplate."

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Methods included from Utils

#activate_list, #already_traversed, #announce_self, #bean_type, #build_activate_list, #clear_property_sheet_cache, #create_generic, #create_mbean_components, #delete, #destroy_generic, #empty_mbean?, #execute_script, #exists?, #fast_ls_all, #fast_ls_folder, #fast_ls_object, #fast_ls_object_map, #find_cluster, #find_runtime_path_in_rest, #find_server, #full_url, #get, #get_all_self_names, #get_identity, #get_local_wlst_session, #get_matching_self_names, #get_property_from_target, #get_property_from_target_rest, #get_property_from_target_wlst, #get_property_from_target_wlst_impl, #get_property_sheet, #get_rest_item, #get_rest_url_for_parent, #get_rest_url_for_self, #get_servers, #get_servers_rest, #get_servers_wlst, #get_wl_home, #globmatch?, #handle_create, #http_delete, #http_get, #http_post, #http_put, included, #invalidate_session, #is_meta_object?, #longclass, #massage_return, #mbean_components, #mbean_exists?, #mbean_lookup, #mbean_properties, #mbean_to_hash, #meta_list?, #my_short_name, #perform_method_generic, #perform_runtime_call_generic_rest, #perform_runtime_method_generic, #post, #raise_http_exception, #remove, #request_headers, #reset_activate_list, #rest_activate_change, #rest_create_generic, #rest_create_mbean_components, #rest_destroy_self, #rest_edit_url, #rest_has_changes, #rest_idempotent_create, #rest_locked, #rest_nonedit_url, #rest_start_change, #rest_undo_change, #runtime_introspection, #shortclass, #start_with_async, #state_with_net_ping, #stop_with_async, #to_nested, #wlst_cd_to, #wlst_create_generic, #wlst_destroy_self, #wlst_find_object, #wlst_find_parent_object, #wlst_generic_mbean_update_all, #wlst_idempotent_create, #wlst_update_mbean

Methods included from FancyNew

included

Methods inherited from GenericMbean

#create, #destroy, #is_generic, is_generic

Methods included from MBeanUtils

#assign_object_by_identity, #assign_object_by_identity_from, #bean_is_changed?, #dump_metadata, #dump_tree_metadata, #get_item_by_identity_name, #get_item_by_identity_name_from, #get_parent_by_identity_name, #harvest, #harvest_anew, #harvest_item_by_name, #harvest_item_by_type, #harvest_wlst, #harvesters, #harvesting, #longname, #lookup_mintpress_by_mbean, #mbean_by_url, #process_mbeans, #register_mbean_url

Constructor Details

#initialize(opts = {}) ⇒ JMSTemplate

Returns a new instance of JMSTemplate.

Instance Method Details

#import_props_from_modelObject