You do not ordinarily need to create physical destinations, because you specify a physical destination name when you create a JMS destination resource, and the GlassFish Server creates the physical destination automatically when it is needed.
The Physical Destinations page opens.
The New Physical Destination page opens.
A value of –1 indicates that there is no limit to the number of unconsumed messages. The default value is –1.
A value of –1 denotes an unlimited message size. The default value is –1.
A value of –1 indicates that there is no limit to the memory size for unconsumed messages. The default value is –1.
Reject newest messages is the default value.
If the value is Throw out oldest or Throw out lowest-priority messages and Use Dead Message Queue is set to True, excess messages are moved to the dead message queue.
When this limit is reached, no new producers can be created. A value of –1 denotes an unlimited number of producers. The default value is 100.
A value of –1 denotes an unlimited number of messages. The default value is 1000.
If the value is set to False, dead messages are discarded. This option is set to True by default.
If the value is set to True, the Message Queue client runtime will attempt to validate an XML message against the specified XML Schema Definitions (or against the DTD, if no XSD is specified) before sending it to the broker. If the specified schema cannot be located or the message cannot be validated, the message is not sent, and an exception is thrown. This option is set to False by default.
If XML schema validation is enabled, the URIs point to the location of one or more XSDs to use for XML schema validation.