« Return to Thread: Delphi Stomp Client and SSL

Re: Delphi Stomp Client and SSL

by Dingwen Yuan :: Rate this Message:

Reply to Author | View in Thread

I think you may substitute the TClientSocket component in the delphi stomp implementation with a SSL supporting component.

2007/8/17, DeonB <deonbez@...>:

I have looked at
http://www.mail-archive.com/users@.../msg02536.html
I started activemq with stomp+ssl and it starts up fine.
I have no means to test it.


Dingwen Yuan wrote:

>
> I haven't seen on http://stomp.codehaus.org/ that stomp server (such as
> activemq) supports SSL TCP.
>
> 2007/8/17, DeonB <deonbez@...>:
>>
>>
>> Would it be good enough to replace the TCP connection with a SSL TCP
>> socket
>> like in SecureBlackBox or CleverComponents to get the SSL support? If
>> not,
>> what else is required?
>>
>> Do you know of any other Delphi Stomp clients that do support SSL?
>>
>>
>> Dingwen Yuan wrote:
>> >
>> > No, currently it doesn't support SSL, only support ordinary TCP
>> > connection.
>> >
>> > 2007/8/16, DeonB < deonbez@...>:
>> >
>> >> I need to connect a Delphi Stomp Client to ActiveMQ using stomp
>> combined
>> >> with SSL.
>> >>
>> >> Does any one know if SSL is supported in the Delphi Stomp client on
>> >> codehaus
>> >> or any orther Delphi client?
>> >>
>> >> DeonB
>
>

--
View this message in context: http://www.nabble.com/Delphi-Stomp-Client-and-SSL-tf4280377.html#a12196944
Sent from the stomp - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email


 « Return to Thread: Delphi Stomp Client and SSL