Delphi Stomp Client and SSL

View: New views
7 Messages — Rating Filter:   Alert me  

Delphi Stomp Client and SSL

by DeonB () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

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 SSL

by Dingwen Yuan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No, currently it doesn't support SSL, only support ordinary TCP connection.

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

Hello,

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?

Thanks,

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


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

   http://xircles.codehaus.org/manage_email



Re: Delphi Stomp Client and SSL

by Dingwen Yuan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I mean the one on codehaus.

2007/8/17, Dingwen Yuan <pdvyuan@...>:
No, currently it doesn't support SSL, only support ordinary TCP connection.

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

Hello,

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?

Thanks,

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


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

   http://xircles.codehaus.org/manage_email




Re: Delphi Stomp Client and SSL

by DeonB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@dynasoft.co.za>:

> 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

Re: Delphi Stomp Client and SSL

by Dingwen Yuan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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#a12193529
Sent from the stomp - user mailing list archive at Nabble.com.


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

   http://xircles.codehaus.org/manage_email



Re: Delphi Stomp Client and SSL

by DeonB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I 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.

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@dynasoft.co.za>:
>
>
> 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@dynasoft.co.za>:
> >
> >> 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

Re: Delphi Stomp Client and SSL

by Dingwen Yuan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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