You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by kumar k <ku...@yahoo.com> on 2007/08/27 08:01:08 UTC

How to deploy?

I have an application which is deployed as war file. I am now putting event handling features using ServiceMix . How Service Mix should be deployed along with war file? Is it like Service Mix should be deplyed seperately somewhere in network and my xml configuration files should point to that location? Or it is something else?
  Regards
  Kumar 

       
---------------------------------
Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. 

Re: How to deploy?

Posted by Nodet Guillaume <gn...@gmail.com>.
ServiceMix mainly deals with xml contained in other protocols.
You can send an HTTP request or a mail using whatever language you want.
You can also use ActiveMQ that has clients for these languages and  
much more using the stomp protocol.
It's just a matter of having a Binding Component that you can talk to  
from your language of choice (it could
even be plain tcp)...

Cheers,
Guillaume Nodet

On Aug 27, 2007, at 6:05 PM, kumar k wrote:

> Does that mean clients should be in java only?Can C#, C++ clients  
> send messages to Service Mix?
>   Regards
>   Kumar K
>
> Bruce Snyder <br...@gmail.com> wrote:
>   On 8/27/07, kumar k wrote:
>> I have an application which is deployed as war file. I am now  
>> putting event handling features using ServiceMix . How Service Mix  
>> should be deployed along with war file? Is it like Service Mix  
>> should be deplyed seperately somewhere in network and my xml  
>> configuration files should point to that location? Or it is  
>> something else?
>
> There are two distributions of ServiceMix that are offered. One is
> standalone and the other ServiceMix is bundled as a WAR file. So you
> could point to a standalone instance of ServiceMix or you could deploy
> it to your web container as it's own WAR file and have your
> application use the client API to send messages to the NMR:
>
> http://incubator.apache.org/servicemix/client-api.html
>
> Bruce
> -- 
> perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E);'
>
> Apache ActiveMQ - http://activemq.org/
> Apache ServiceMix - http://servicemix.org/
> Apache Geronimo - http://geronimo.apache.org/
> Castor - http://castor.org/
>
>
>
> ---------------------------------
> Park yourself in front of a world of choices in alternative vehicles.
> Visit the Yahoo! Auto Green Center.


Re: How to deploy?

Posted by tmi <mi...@web.de>.

>Does that mean clients should be in java only?Can C#, C++ clients send
messages to Service Mix?
No, external clients can also be written in other languages like C#, C++,
Ruby, etc but need to use a transport protocol that is supported by
ServiceMix, e.g. SOAP/HTTP, JMS, etc. 


-- 
View this message in context: http://www.nabble.com/How-to-deploy--tf4333477s12049.html#a12364242
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: How to deploy?

Posted by kumar k <ku...@yahoo.com>.
Does that mean clients should be in java only?Can C#, C++ clients send messages to Service Mix?
  Regards
  Kumar K 

Bruce Snyder <br...@gmail.com> wrote:
  On 8/27/07, kumar k wrote:
> I have an application which is deployed as war file. I am now putting event handling features using ServiceMix . How Service Mix should be deployed along with war file? Is it like Service Mix should be deplyed seperately somewhere in network and my xml configuration files should point to that location? Or it is something else?

There are two distributions of ServiceMix that are offered. One is
standalone and the other ServiceMix is bundled as a WAR file. So you
could point to a standalone instance of ServiceMix or you could deploy
it to your web container as it's own WAR file and have your
application use the client API to send messages to the NMR:

http://incubator.apache.org/servicemix/client-api.html

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E);'

Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/


       
---------------------------------
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.

Re: How to deploy?

Posted by Bruce Snyder <br...@gmail.com>.
On 8/27/07, kumar k <ku...@yahoo.com> wrote:
> I have an application which is deployed as war file. I am now putting event handling features using ServiceMix . How Service Mix should be deployed along with war file? Is it like Service Mix should be deplyed seperately somewhere in network and my xml configuration files should point to that location? Or it is something else?

There are two distributions of ServiceMix that are offered. One is
standalone and the other ServiceMix is bundled as a WAR file. So you
could point to a standalone instance of ServiceMix or you could deploy
it to your web container as it's own WAR file and have your
application use the client API to send messages to the NMR:

http://incubator.apache.org/servicemix/client-api.html

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/