On 10/20/06, Dave68 <[EMAIL PROTECTED]> wrote:


Hi James and Hiram, thanks for the quick response!

The Tibco EMS server does come with c# APIs and example client code when
you
download their evaluation server.  Take a look at
http://cf.tibco.com/eval/RegEval.cfm


Then it should not be too hard to put a NMS wrapper around the existing c#
EMS APIs.

I really want to use NMS instead so that in future the application can also
support other servers such as ActiveMQ, Sun, JBoss, etc.

Dave.


Right on!  That's the whole point of NMS.


Hiram Chirino wrote:
>
> Hi Dave,
>
>
> On 10/20/06, Dave68 <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi, am I correct in thinking that the current NMS source supports the
>> Apache
>> ActiveMQ server only?  I would like to write a client that can talk to
a
>> Tibco EMS server.  Do I have to implement a provider in order to do
this,
>> or
>> is there one already available?  If so how do I go about it?  Would the
>
>
>
> NMS is very similar to JMS.  It is basically just a set of interfaces to
> an
> abstract messaging service.  Right now we have an implementation of the
> interfaces for ActiveMQ, and work has started to implement them for
MSQM,
> but no one has started one for EMS.  So, you would need to implement a
NMS
> client for EMS.
>
> provider reside on the server or the client?  Unfortunately bridging
from
>
>
> If you implement a EMS implementation of the NMS interfaces, that would
be
> logic that is running the client that should be accessing EMS
server.  And
> that might be hard if you don't know how to access the EMS server.  Does
> EMS
> provide c# APIs? or is it's networking protocol well defined?  If not
> perhaps you can still access it by calling some C apis from C#.
>
> Apache to Tibco is not an option.  Can a client support multiple
providers
>> at one time?
>
>
> Yes!
>
>
> Thanks
>> Dave.
>>
>> --
>> View this message in context:
>>
http://www.nabble.com/NMS-Provider-for-Tibco-EMS--tf2480565.html#a6917065
>> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Regards,
> Hiram
>
> Blog: http://hiramchirino.com
>
>

--
View this message in context:
http://www.nabble.com/NMS-Provider-for-Tibco-EMS--tf2480565.html#a6918526
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.




--
Regards,
Hiram

Blog: http://hiramchirino.com

Reply via email to