Management of the Messaging Queue Adapter Queues

The messaging adapters accept input and produce output by reading and writing to messaging queues. You create specific queues for the messaging adapter to use. You must specify the names of these queues in the jde.ini file on the JD Edwards EnterpriseOne server so that the messaging adapter can find them. The adapter configuration specifications are defined within the jde.ini initialization file that is read upon startup of the JD Edwards EnterpriseOne server. Typically, the system administrator configures the jde.ini file settings, but you might need to change the settings or verify that the settings are correct.

When you install a message adapter, you are asked to create several message queues. This table lists the queues and platforms that reside on the JD Edwards EnterpriseOne server and provides recommended names based on the platform:

Queue

MSMQ Platform and Recommended Name

IBM i Platform and Recommended Name

NT Platform and Recommended Name

UNIX Platform and Recommended Name

Inbound

<computer name>\inbound

INBOUND.Q

INBOUND.Q

INBOUND.Q

Outbound

<computer name>\outbound

OUTBOUND.Q.XMIT

OUTBOUND.Q.XMIT

OUTBOUND.Q.XMIT

Success

Not applicable

SUCCESS.Q

SUCCESS.Q

SUCCESS.Q

Error

<computer name>\error

ERROR.Q

ERROR.Q

ERROR.Q

Default Response

Not applicable

DEFRES.Q

DEFRES.Q

DEFRES.Q

Important: Queue names for IBM Websphere Message Queue must be all upper case.
Note: The queue names in the jde.ini file must correspond to the queue names on the server.