May 3, 2012

Arukas Arukas
Lab Rat
81 posts

JMS with Qt

 

Hello-

I have a Qt C++ Project that I need modify to send JMS messages. Does Qt support anything like that?

-Thanks

4 replies

May 3, 2012

Stephen Chu Stephen Chu
Lab Rat
50 posts

Qt itself doesn’t have anything for that. But you can build and link in some 3rd party libraries. I just did it with Apache ActiveMQ-CPP. It’s not simple, or straightforward though. Expect banging your head more than a few times. :)

Good luck.

May 3, 2012

Arukas Arukas
Lab Rat
81 posts

I already know what I’m getting myself into. I know its doable, and its going to be a pain. But I also want to go about it the right way.

May 3, 2012

Stephen Chu Stephen Chu
Lab Rat
50 posts

What platform(s) are you doing this in. I might be able to help if they are Mac and/or Windows. I was able to build ActiveMQ-CPP on Mac targeting OS X 10.5. But I am still using a 10.6 Mac. I heard it’s much more work on a 10.7 machine.

ActiveMQ-CPP supports only VC++ build on Windows. I was able to build it with only VC++ 2010 Express and Windows SDK 7.1. You can read my struggle here [activemq.2283324.n4.nabble.com]

If I have enough time (and wish to hurt myself) I will try to build it with MinGW again. :)

May 3, 2012

Arukas Arukas
Lab Rat
81 posts

I am using both Windows 7 and Fedora Core.

 
  ‹‹ [Solved]Link error      Panel (hide/show) ››

You must log in to post a reply. Not a member yet? Register here!