
Appendix B RFID Event Manager Component Reference 181
EpcisJms Connector
The EpcisJms connector sends events from the RFID Event Manager to the RFID
Information Server using the Java Message Service (JMS) protocol. This connecter
populates the CURRENT_OBSERVATION table and the OBSERVATION_LOG table
in the RFID Information Server database. Also see “Configuring the RFID Event
Manager to Use an EpcisJms Connector” on page 119.
TABLE B-14 EpcisJms Connector Properties
Property Description
classname com.sun.autoid.logger.EpcisLogger
LogLevel Defines a set of standard logging levels that can be used
to control logging output. Possible values are:
• SEVERE (highest value)
• WARNING
• INFO
• CONFIG
• FINE
• FINER
FINEST (lowest value)
Also see java.util.logging.Level and LogLevel
property descriptions in
TABLE 2-4.
EpcisUrl Specifies the URL for the RFID Information Server. The
URL is of the form:
http://hostname:portnumber/epcis/service where
hostname is the name of the machine where you
installed your RFID Information Server and the
portnumber is your HTTP port.
HttpProxyHost (Optional) Specifies the host name of the HTTP proxy
server.
HttpProxyPort (Optional) Specifies the port number for the HTTP
proxy server.
UseJms (Required) Specifies the delivery method. Value must
be one of the following:
• true
• topic (see TopicName property)
• queue (see QueueName property)
Komentarze do niniejszej Instrukcji