Discussion:
[openjms-developer] Post a message from another world
f***@ebilling.it
2004-07-02 07:44:42 UTC
Permalink
Hi all,
We are using OpenJMs as a message service for an internal application
and are satisfied by it, there's only one point that make us struggle.

We have the need to post to openjms queue from a windows application
either by C++ or C#, from our old experience with MSMQ (microsoft message
queue) we could post to it by simply opening a tcp and/or http connection
and write a string, it will then post a text message to that queue.

It seems to us that OpenJMS (maybe all JMS implementations ?) use a java
serialized form to pass message to/from the message service, is this wrong
?

There's a way we could post to openjms from a non-java application ?

Best regards,

Fabio
Tim Anderson
2004-07-02 13:24:59 UTC
Permalink
Take a look at the Active JMS project: http://active-jms.sourceforge.net/
This provides an ActiveX JMS client API which apparently can
be used with OpenJMS.

-Tim
-----Original Message-----
Sent: Friday, 2 July 2004 5:45 PM
Subject: [openjms-developer] Post a message from another world
Hi all,
We are using OpenJMs as a message service for an internal application
and are satisfied by it, there's only one point that make us struggle.
We have the need to post to openjms queue from a windows application
either by C++ or C#, from our old experience with MSMQ (microsoft message
queue) we could post to it by simply opening a tcp and/or http connection
and write a string, it will then post a text message to that queue.
It seems to us that OpenJMS (maybe all JMS implementations ?) use a java
serialized form to pass message to/from the message service, is this wrong
?
There's a way we could post to openjms from a non-java application ?
Best regards,
Fabio
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
Loading...