For this project we are just using it to send a single variable length text string (the same BMQString.idl file that came with EntireX).
LibStr
StrIn
PString (AV) IN
StrOut
PString (AV) OUT
My needs are simply:
- Natural send multi-message persistent UOW.
- Java forward UOW to MQ as a Message Group.
I don’t know if I’m headed down the right path or not, I like RPC on the Natural side (again, due to our programming staff), but I prefer ACI on the Java side. Also, the documentation seems to elude to the fact that Natural can open a conversation, send multiple messages, and then close the conversation (either committing the UOW or rolling it back). Is this true?
Sorry if this is elementary, I’m new to all of this and trying to learn AND get my project done on time…
#Mainframe-Integration#EntireX#webMethods