[EVENTS]

Configure these [EVENTS] settings for Java and dynamic Java connectors:

Setting and Typical Value

Purpose

UseGuaranteedEvents System=True

Indicates guaranteed event delivery. Values are true and false. Must be set to True to use guaranteed event delivery.

Transport=HTTP

Defines the event transport mechanism. Valued values are HTTP and JMS. The default value is HTTP.

eventServiceURL=http://<HOST>:<PORT>/ e1events/EventClientService

For a clustered transaction server:

eventServiceURL=http://<HOST1>:<PORT1>/ e1events/EventClientService|http://<HOST2>: <PORT2>/e1events/ EventClientService

If there are more servers in a cluster, then the eventServiceURL can be appended with | as a delimiter; for example:

http://<HOST1>:<PORT1>/e1events/ EventClientService|http://<HOST2>:<PORT2>/ e1events/ EventClientService|http://<HOST3>: <PORT3>/e1events/ EventClientService

Locates the event service. If the value for the Transport= setting is HTTP, then this setting must be configured.

For WebLogic, these ports are the Listen Port.

For WebSphere, these ports are the default http ports found under Server > Communication > Ports > WC_defaulthost.

jndiProviderURL=

For WebLogic:

jndiProviderURL=t3//<HOST>:<PORT>

For a clustered transaction server:

t3://<HOST1>:<PORT1>;<HOST2>:<port3>

If there are more servers in a cluster, then the jndiProviderURL can be appended with ; as a delimiter; for example:

t3://<HOST1>:<PORT1>;<HOST2>:<PORT2>; <HOST3>;<PORT3>

For WebSphere:

jndiProviderURL=corbaloc::<HOST>:<PORT>/ NameServiceServerRoot

For a clustered transaction server:

corbaloc::<HOST1>:<PORT1>,: <HOST2>:<PORT2>/NameServiceServerRoot

If there are more servers in a cluster, then the jndiProviderURL can be appended with ,; as a delimiter; for example:

corbaloc:://<HOST1>:<PORT1>;<HOST2>:<PORT2>; <HOST3>;<PORT3>/NameServiceServerRoot

Locates the event service. If the value for the Transport= setting is JMS, then this setting must be configured.

For WebLogic, these ports are the Listen Port.

for WebSphere, these ports are the Bootstrap ports.

port=6002

The socket port number where the EventListener receives the events from the JD Edwards EnterpriseOne server. This port should not be used by any other resource. Also, the port should not be changed dynamically when the connector is running, as this causes subsequent subscriptions to be lost.

ListenerMaxConnection=10

The maximum number of connections allowed by the EventListener. The default number of connections is 10, but you can change this number. The maximum number of connections allowed is 64.

ListenerMaxQueueEntry=10

The maximum number of events that the EventListener can hold before processing by the EventManager. The default number of events for the queue is 10, but you can change this number. The maximum number of events that can be held in the queue is 100.

Outbound_timeout=1200000

Maximum number of milliseconds that the EventManager waits before unsubscribing the transient event from the JD Edwards EnterpriseOne server.