Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-5357

Read-Only Property Without Value - Initial Message Package Size

    XMLWordPrintable

Details

    Description

      Initial-message-packet-size property of a connection-factory does not have a value for profiles even though it is read-only. The expectation is that server returns the default value. The example below uses the full profile but the issue is applicable to all other profiles that have the messaging subsystem.

      Property: initial-message-packet-size
      Path: /profile=full/subsystem=messaging/hornetq-server=default/connection-factory=RemoteConnectionFactory

      Sample CLI output:
      [domain@localhost:9999 /] cd profile=full/subsystem=messaging/hornetq-server=default/connection-factory=RemoteConnectionFactory

      [domain@localhost:9999 connection-factory=RemoteConnectionFactory] :read-resource-description
      {
      "outcome" => "success",
      "result" => {
      ......

      "initial-message-packet-size" =>

      { "description" => "The initial size of messages created through this factory.", "type" => INT, "nillable" => false, "unit" => "BYTES", "access-type" => "read-only", "storage" => "configuration" }

      "operations" => undefined,
      "children" => {}
      }
      }

      [domain@localhost:9999 connection-factory=RemoteConnectionFactory] :read-resource(include-runtime=true,include-defaults=true)
      {
      "outcome" => "success",
      "result" => {
      "auto-group" => false,
      "block-on-acknowledge" => false,
      "block-on-durable-send" => true,
      "block-on-non-durable-send" => false,
      "cache-large-message-client" => false,
      "call-timeout" => 30000L,
      "client-failure-check-period" => 30000,
      "client-id" => undefined,
      "compress-large-messages" => false,
      "confirmation-window-size" => -1,
      "connection-load-balancing-policy-class-name" => "org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy",
      "connection-ttl" => "60000",
      "connector" =>

      {"netty" => undefined}

      ,
      "consumer-max-rate" => -1,
      "consumer-window-size" => 1048576,
      "discovery-group-name" => undefined,
      "discovery-initial-wait-timeout" => undefined,
      "dups-ok-batch-size" => 1048576,
      "entries" => ["java:jboss/exported/jms/RemoteConnectionFactory"],
      "factory-type" => undefined,
      "failover-on-initial-connection" => false,
      "failover-on-server-shutdown" => undefined,
      "group-id" => undefined,
      "ha" => false,
      "max-retry-interval" => "2000",
      "min-large-message-size" => 102400,
      "pre-acknowledge" => false,
      "producer-max-rate" => -1,
      "producer-window-size" => 65536,
      "reconnect-attempts" => 0,
      "retry-interval" => 2000L,
      "retry-interval-multiplier" => "1.0",
      "scheduled-thread-pool-max-size" => 5,
      "thread-pool-max-size" => 30,
      "transaction-batch-size" => 1048576,
      "use-global-pools" => true
      }
      }

      Attachments

        Activity

          People

            jmesnil1@redhat.com Jeff Mesnil
            nstefan_jira Stefan Negrea (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: