Joshua Kramer wrote:
Hello,
Does anyone know of a specification or working group considering SOAP
over AMQ?
It seems that it would be easy enough to, for example, replace the
dispatch mechanism in ZSI (for Python [1]) or gSOAP (for C++ [2]) so
that messages are parsed and calls are made upon the delivery of a
message to a queue, instead of delivery of the message via http.
I wonder if the XML Exchange couldn't be helpful for implementing this.
Let me point you to documentation that's been contributed to the Apache
Qpid project but isn't yet up on our web site (excuse the external
reference, but the Apache version just isn't up yet):
XML Exchange - Python examples:
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/1.0/html/Messaging_Tutorial/sect-Messaging_Tutorial-Using_RHM_with_Python-XML_based_Routing_in_Python.html
XML Exchange - C++ examples:
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/1.0/html/Messaging_Tutorial/sect-Messaging_Tutorial-Using_RHM_with_C-XML_based_Routing_in_C.html
If anyone goes this route, I'd be interested in playing along ....
Jonathan