Posted: Mon Mar 23, 2009 6:04 am Post subject: ISO8583 msg parsing in message flow
Acolyte
Joined: 11 Dec 2007 Posts: 61 Location: Bengaluru
Hi,
I am receiving a ISO 8583 message via TCPIP Input Node, I have to parse the message based on the bit map field of the message and send back the response. Is der any option/function available for doing that in compute/java node?? Which is the alternate or best way of doing the same??
Please do . Thanks in advance _________________ Regards
Vinay
Are you working with rajmq? Or is this just a weird coincidence.
Message Broker doesn't allow you to model bitfield level data - so you can't use MRM to handle this unless the bitfields have byte boundaries that you could use to model "around" the bitfields.
You can do bit operations on numeric types in Java and ESQL, using the correct bit operators for those languages.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum