You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Arunachalam <ar...@huawei.com> on 2006/11/14 07:52:39 UTC

cms API in Windows

I had tried using active mq 4.0.1 with cms APIs for C++. But in the source
code zip file of active mq 4.0.1, cms APIs are with respect to linux . I
need to compile it and use it in Windows Environment. I found the following
link satisfies the need ,
https://svn.apache.org/repos/asf/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/
, but i cannot download this, as these are as seperate files.I had searched
a lot in net, but i cannot find it. Can you please help me in this regard
and make my c++ client up. Thanks a lot for the help.
-- 
View this message in context: http://www.nabble.com/cms-API-in-Windows-tf2627647.html#a7332372
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


RE: cms API in Windows

Posted by Timothy Bish <ta...@twcny.rr.com>.
SSL is not currently supported in cms.

Regards
Tim

> -----Original Message-----
> From: Arunachalam [mailto:arunachalamp@huawei.com]
> Sent: Wednesday, November 15, 2006 1:26 AM
> To: activemq-users@geronimo.apache.org
> Subject: Re: cms API in Windows
> Importance: High
> 
> 
> 
> Thanks for the reply.
> I had seen about the ssl configuration in Active MQ Broker.
> Does the c++ (CMS APIs) (Active MQ Client) , can communicate with Active
> MQ
> Broker through SSL?
> Why I am asking is I am unable to see the ssl related stuffs in CMS Code
> from http://people.apache.org/~tabish/activemq-cpp-1.0.zip.
> (This is from Mr. Nate's reply above)
> 
> Thanks,
> Arunachalam.
> --
> View this message in context: http://www.nabble.com/cms-API-in-Windows-
> tf2627647.html#a7352661
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: cms API in Windows

Posted by Arunachalam <ar...@huawei.com>.

Thanks for the reply.
I had seen about the ssl configuration in Active MQ Broker.
Does the c++ (CMS APIs) (Active MQ Client) , can communicate with Active MQ
Broker through SSL?
Why I am asking is I am unable to see the ssl related stuffs in CMS Code
from http://people.apache.org/~tabish/activemq-cpp-1.0.zip.
(This is from Mr. Nate's reply above)

Thanks,
Arunachalam.
-- 
View this message in context: http://www.nabble.com/cms-API-in-Windows-tf2627647.html#a7352661
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: cms API in Windows

Posted by Valerie Lavilla <va...@simulalabs.com>.
Hi,

Yup. http://activemq.org/site/ssl-transport-reference.html for more info. 

Regards,
Val


Arunachalam wrote:
> 
> Is the Active MQ Client can talk through SSL to Active MQ Broker?
> 
> Thanks a lot,
> Arunachalam
> 

-- 
View this message in context: http://www.nabble.com/cms-API-in-Windows-tf2627647.html#a7352459
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: cms API in Windows

Posted by Arunachalam <ar...@huawei.com>.
Is the Active MQ Client can talk through SSL to Active MQ Broker?

Thanks a lot,
Arunachalam
-- 
View this message in context: http://www.nabble.com/cms-API-in-Windows-tf2627647.html#a7352363
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: cms API in Windows

Posted by Hiram Chirino <hi...@hiramchirino.com>.
The link provided is for the ActiveMQ c++ client.  It is distributed
separately from the ActiveMQ broker.  You can get the broker from:
http://activemq.com/site/activemq-402-release.html

On 11/14/06, Arunachalam <ar...@huawei.com> wrote:
>
> Hello Mr. nate,
>
> Thanks a lot for the reply.. I got the zip file and i ll use it . Thanks
> also about the subversion software you said.
> Actually i am looking for the C++ active MQ client with Active MQ Broker.
>
> With lots of thanks,
> Arunachalam.
>
>
>
>
> --
> View this message in context: http://www.nabble.com/cms-API-in-Windows-tf2627647.html#a7336626
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>


-- 
Regards,
Hiram

Blog: http://hiramchirino.com

Re: cms API in Windows

Posted by Arunachalam <ar...@huawei.com>.
Hello Mr. nate,

Thanks a lot for the reply.. I got the zip file and i ll use it . Thanks
also about the subversion software you said.
Actually i am looking for the C++ active MQ client with Active MQ Broker.

With lots of thanks,
Arunachalam.




-- 
View this message in context: http://www.nabble.com/cms-API-in-Windows-tf2627647.html#a7336626
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: cms API in Windows

Posted by Nathan Mittler <na...@gmail.com>.
I'm not quite sure what you're looking for.  The activemq-cpp client
compiles in windows, in fact one of our developers works almost exclusively
in win32.  We currently have a release candidate available here
http://people.apache.org/~tabish/activemq-cpp-1.0.zip.<http://people.apache.org/%7Etabish/activemq-cpp-1.0.zip>

BTW, to download all of the files from https://svn.apache.org/, you first
need subversion installed.  You can then check out all of the files with the
command:

svn co
https://svn.apache.org/repos/asf/incubator/activemq/activemq-cpp/tags/activemq-cpp-1.0/activemq-cpp

Regards,
Nate

On 11/14/06, Arunachalam <ar...@huawei.com> wrote:
>
>
> I had tried using active mq 4.0.1 with cms APIs for C++. But in the source
> code zip file of active mq 4.0.1, cms APIs are with respect to linux . I
> need to compile it and use it in Windows Environment. I found the
> following
> link satisfies the need ,
>
> https://svn.apache.org/repos/asf/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/
> , but i cannot download this, as these are as seperate files.I had
> searched
> a lot in net, but i cannot find it. Can you please help me in this regard
> and make my c++ client up. Thanks a lot for the help.
> --
> View this message in context:
> http://www.nabble.com/cms-API-in-Windows-tf2627647.html#a7332372
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>