I would like to send a message from a SQL Anywhere 12 database to an IBM MqSeries queue. I do not want to alter the application that populates the database so I would like this to be initiated from a table trigger.
For example every time a stock change occurs in an Inventory table I would like to send a message stating the product and quantity change to an MQ queue.
Is it possible to connect to MQ queue from Sybase AnyWhere stored procedures? Would I need to write a Java (JMS) function to do this?
Is this possible? Please advise on best approach