|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Delphi Stomp Client and SSLHello,
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 other Delphi client? Thanks, DeonB |
|
|
Re: Delphi Stomp Client and SSLNo, currently it doesn't support SSL, only support ordinary TCP connection.
2007/8/16, DeonB <deonbez@...>:
|
|
|
Re: Delphi Stomp Client and SSL2007/8/17, Dingwen Yuan <pdvyuan@...>:
No, currently it doesn't support SSL, only support ordinary TCP connection. |
|
|
Re: Delphi Stomp Client and SSLWould 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?
|
|
|
Re: Delphi Stomp Client and SSLI haven't seen on http://stomp.codehaus.org/ that stomp server (such as activemq) supports SSL TCP.
2007/8/17, DeonB <deonbez@...>:
|
|
|
Re: Delphi Stomp Client and SSLI have looked at http://www.mail-archive.com/users@activemq.apache.org/msg02536.html
I started activemq with stomp+ssl and it starts up fine. I have no means to test it.
|
|
|
Re: Delphi Stomp Client and SSLI think you may substitute the TClientSocket component in the delphi stomp implementation with a SSL supporting component.
2007/8/17, DeonB <deonbez@...>:
|
| Free embeddable forum powered by Nabble | Forum Help |