Skip to main content
Participant
July 26, 2008
Question

CF Gateway to listen to AS/400 iSeries DataQ

  • July 26, 2008
  • 1 reply
  • 1537 views
Hello,

I have a problem !
is there a way to make coldfusion gateway listen to a Data Queue on an IBM AS/400 ?
com.ibm.as400.access.DataQueue

i can read and write to data queues using coldfusion and jtopen / jt400
but i want to automate the process of getting the new messages from these dataqueues ....

any ideas ?
should a new gateway type be created ? or can i use one from the default ?

regards
This topic has been closed for replies.

1 reply

MIS_PLUSAuthor
Participant
July 26, 2008
PS
Java code to read and write to DataQ on AS/400 is already available .