I think you need to think through what you are asking?
1. How are you thinking WMQI would initiated?
The standard way is via a MQ message
You could write custom input node driven by RMI/Corba or something, but yould be best just to do this using some other tool
2. How do you want to receive the object?
You can't just receive java objects across a distributed link using any tool, there must be some protocol to pass the object (RMI/Corba/XML-RPC/SOAP)
So once you answer that question you could proceed to write use some WMQI plugin to pass the object.
My guess is your easiest route would be to format the output using an object XML representation and write it to a queue, then using a MQ call get the XML from the queue and convert it to an object using an XML to Object type technology (JAXB/JAKARTA Digester/Hibernate/SOAP/ etc etc).
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