Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Where lightweight cheap JMS to MSMQ Bridges ?

Reply
Thread Tools

Where lightweight cheap JMS to MSMQ Bridges ?

 
 
Jules
Guest
Posts: n/a
 
      01-27-2004
Hello

We are looking for a lightweight solutions to integrate simple JMS
Java Applications with lightweight MSMQ .NET Applications.
Essentially lightweight MOM integration between .NET and Java.

We are not building large scale Enterprise systems. And we use very
lightweight MSMQ Private and Express MSMQ Messaging on Windows Pro
Machines. On the Java side, we use the basic J2EE Reference edition,
with its JMS.

Basically we were hoping for a very cheap, or even free lightweight
JMS/MSMQ bridge. However all the searches and queries assume
Enterprise level solutions costing $1000's, because they have all the
bells and whistles.

So I guess the only option is to code it up ourselves. This would seem
to involve developing .NET component and Java Trasnfer components to
transfer through a technology independent mediuum like TCP/UDP
sockets.

I was hoping that many others would have had to resolve this problem,
and would be offering very cheap solutions.

Any Sugegstions, sample code etc would be welcome

Many Thanks


Jules
 
Reply With Quote
 
 
 
 
paul brown
Guest
Posts: n/a
 
      01-28-2004
hi,

i recently built a MSMQ/JMS bridge in work, for bridging J2EE and .NET.

it's got a nice chat app; C# at one end, Java at the other to show it
working

check out www.spiritsoft.com ...

they could arrange for the demo of the software to be sent out to you, or
perhaps
we could send you the software with an evaluation licence. they are into
partnering
and all sorts so i'm sure they can help you, somehow

perhaps you could become a beta tester and get it for free. i don't know,
you'll have to speak to a bean counter

if you go to the website and contact someone, tell them Paul Brown sent you

cheers,
Paul



"Jules" <> wrote in message
news: m...
> Hello
>
> We are looking for a lightweight solutions to integrate simple JMS
> Java Applications with lightweight MSMQ .NET Applications.
> Essentially lightweight MOM integration between .NET and Java.
>
> We are not building large scale Enterprise systems. And we use very
> lightweight MSMQ Private and Express MSMQ Messaging on Windows Pro
> Machines. On the Java side, we use the basic J2EE Reference edition,
> with its JMS.
>
> Basically we were hoping for a very cheap, or even free lightweight
> JMS/MSMQ bridge. However all the searches and queries assume
> Enterprise level solutions costing $1000's, because they have all the
> bells and whistles.
>
> So I guess the only option is to code it up ourselves. This would seem
> to involve developing .NET component and Java Trasnfer components to
> transfer through a technology independent mediuum like TCP/UDP
> sockets.
>
> I was hoping that many others would have had to resolve this problem,
> and would be offering very cheap solutions.
>
> Any Sugegstions, sample code etc would be welcome
>
> Many Thanks
>
>
> Jules



 
Reply With Quote
 
 
 
 
paul brown
Guest
Posts: n/a
 
      01-28-2004
Hi,

By the way, the SpiritSoft's MSMQ/JMS bridge does not depend on a SpiritSoft
JMS product.

You could easily slot in the free JMS you are currently using.

Thanks,
Paul




"Jules" <> wrote in message
news: m...
> Hello
>
> We are looking for a lightweight solutions to integrate simple JMS
> Java Applications with lightweight MSMQ .NET Applications.
> Essentially lightweight MOM integration between .NET and Java.
>
> We are not building large scale Enterprise systems. And we use very
> lightweight MSMQ Private and Express MSMQ Messaging on Windows Pro
> Machines. On the Java side, we use the basic J2EE Reference edition,
> with its JMS.
>
> Basically we were hoping for a very cheap, or even free lightweight
> JMS/MSMQ bridge. However all the searches and queries assume
> Enterprise level solutions costing $1000's, because they have all the
> bells and whistles.
>
> So I guess the only option is to code it up ourselves. This would seem
> to involve developing .NET component and Java Trasnfer components to
> transfer through a technology independent mediuum like TCP/UDP
> sockets.
>
> I was hoping that many others would have had to resolve this problem,
> and would be offering very cheap solutions.
>
> Any Sugegstions, sample code etc would be welcome
>
> Many Thanks
>
>
> Jules



 
Reply With Quote
 
Jules
Guest
Posts: n/a
 
      01-28-2004
OK

Looks like we will be coding up our own solution. Back to Back .NEt
and Java Applications, with queued MSMQ and JMS messaging
respectively. The bridge between the Applications would hen be
synchronous Web Services, since performance is not that critical.

Jules
 
Reply With Quote
 
thakre_iit thakre_iit is offline
Junior Member
Join Date: May 2008
Posts: 3
 
      05-28-2008
Hi
Actually it is not so difficult to interact with MSMQ though java. I have done so many R&D on it.
There is very cool approach to make c+ dll by using JNI concept in visual studio c++ 6.0.
I have wrote so many dll on it and able to recieve the messages from MSMQ by using this dll in java class u will get String message and send it to JMS.
If you need more infomration on it just mail me in and one more think everything is free.
And one more think as per your requirement i can also create a dll wihtout any cast.
 
Reply With Quote
 
vezee vezee is offline
Junior Member
Join Date: Sep 2009
Posts: 1
 
      09-09-2009
Hello,

i was looking for some way to configure one way forwarding bridge from ActiveMQ running on Solaris to MSMQ on windows.

Any help would be appriciated.

Thanks!
-vezee
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bridge between MSMQ and JMS sj Java 1 07-13-2008 10:55 AM
implementing or using jms or running jms without application server ravinder.ggl@gmail.com Java 0 06-26-2007 10:26 AM
JMS or MVC (Observer pattern) in lightweight front end? Beatrice Rutger Java 0 06-05-2005 04:27 PM
How to setup JBoss for JMS (not MDB-JMS) ? Thomas Stein Java 0 10-18-2004 09:10 PM
Two separate subnets over Cisco 350 Wireless Bridges Josh Gasber Cisco 0 03-02-2004 01:02 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57