Hi, Thanks for your reply. On solaris it compiles when I use the g++ (GNU) compiler. However our entire application is up and Running using the Sun's native CC 5.8 compiler. 1) The library compiled using g++ is not compatible with CC as there are loads of compatibility issues between the two compilers. 2) Activemq doesnt compile when using CC. I somehow managed to compile the core part (activemq and cms folders which are the only things specifically needed apart from config.h) using a -library=stlport4 flag with warnings and even recompiled the entire application using that flag. But the outcome was same as (1) which says symbols not defined while linking. But this was done bypassing the ./configure because it fails when specified CC. It fails "checking for pthread_create in -lpthread... no configure: error: libpthread not found!"
Would you know any work around to use CC to compile and link? I currently have got it to post it directly via http and using curl and seems working. But it would have been faster if it was the cpp client rather than web posting. Appreciate your help and look forward to your further advice... :) Thanks binu James.Strachan wrote: > > On 6/18/07, cppUser <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> Since I couldnt get the active to run on Solaris, > > Why? What went wrong? > >> Iam trying to post the >> message using plain http(s). Could someone throw some light on how to >> achieve this? >> Example : >> "http://localhost:61616/admin/send/?destination=channel://account/Events&persistent=false.... >> blah blah the right way" > > You tried using the Web Demo? Its got REST examples of > posting/consuming messages via HTTP > -- > James > ------- > http://macstrac.blogspot.com/ > > -- View this message in context: http://www.nabble.com/How-to-post-a-message-through-http--tf3938873s2354.html#a11206259 Sent from the ActiveMQ - User mailing list archive at Nabble.com.