On Fri, 2009-10-30 at 06:11 -0700, KVS wrote:
> Hello Tim,
> 
> I am sorry, I didnt find the reference for 
> 
> using Spring.Messaging.Nms;
> using NMS;
> namespace ListenerConsole
> 
> According to the Re.Mark Link .. 
> http://remark.wordpress.com/articles/messaging-with-net-and-activemq/
> 
> Please help me in finding those references.
> 
> Regards,
> KVS
> 

There have been some changes since that article was written, the
ActiveMQ namespace should be Apache.NMS.ActiveMQ

See the examples included in the NMS source, here's a direct link to the
files in SVN

https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/TestMain.cs
https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/TestMainAsync.cs

As far as the Spring references you'd need to get a copy of Spring.NET
and refer to their documentation on its use.

Regards
Tim.

> 
> 
> Timothy Bish wrote:
> > 
> > On Thu, 2009-10-29 at 19:18 -0700, KVS wrote:
> >> Thanks Tim.
> >> 
> >> Actually i need those Dlls only for reference.. 
> >> I downloaded NMS src zip file from web link .. but I didnt find dlls in
> >> that
> >> build / bin folder. Could you please give the specified web link to
> >> download
> >> .. please.
> >> 
> > 
> > If you go back to the NMS downloads page for the 1.1 release you will
> > notice there are two versions of the files, one is a binary distribution
> > and the other contains source.  
> > 
> > http://activemq.apache.org/nms/activemq-net-110-release.html
> > 
> > You need to get the files
> > Apache.NMS-1.1.0-bin.zip
> > Apache.NMS.ActiveMQ-1.1.0-bin.zip
> > 
> > 
> > 
> >> So, that i can start work broker-
> >> 
> >> > zip file contains only for VS 2008.
> >> > 
> >> > Thanks,
> >> > KVS
> >> Unless you plan on building the NMS libraries for some reason then you
> >> shouldn't need the VS2005 project files as you just need to reference
> >> the NMS DLLs in your own project.  
> >> 
> >> If you really want to open the projects in 2005 then there's info out
> >> there that can be found via a Google search on what you need to change
> >> in the project files xml to allow them to be opened in VS2005.
> >> 
> >> Regards
> >> Tim.
> >> 
> >> 
> >> > 
> >> > 
> >> > Timothy Bish wrote:
> >> > > 
> >> > > On Thu, 2009-10-29 at 13:23 -0700, KVS wrote:
> >> > >> Hi,
> >> > >> 
> >> > >> I am Subrahmanyam and new to this group and new to Active MQ.
> >> > >> 
> >> > >> In my current project, I am working with Websphere MQ Broker with C#
> >> > >> connectivity. In the future, instead of Websphere MQ Broker, I would
> >> > like
> >> > >> to
> >> > >> use Active MQ with C#. 
> >> > >> 
> >> > >> Could you please guide me ... from where I can download the NMS for
> >> C#
> >> > .. 
> >> > >> 
> >> > >> Please guide.
> >> > >> Thanks,
> >> > >> KVS.
> >> > > 
> >> > > Welcome, you can find out about Apache NMS and download the binary
> >> and
> >> > > source bundles from the NMS website located here:
> >> > > http://activemq.apache.org/nms/
> >> > > 
> >> > > Follow the download links to get the latest release.
> >> > > http://activemq.apache.org/nms/activemq-net-110-release.html
> >> > > 
> >> > > Regards
> >> > > Tim.
> >> > > 
> >> > > -- 
> >> > > Tim Bish
> >> > > http://fusesource.com
> >> > > http://timbish.blogspot.com/
> >> > > 
> >> > > 
> >> > > 
> >> > > 
> >> > > 
> >> > 
> >> 
> >> 
> >> 
> >> 
> > -- 
> > Tim Bish
> > http://fusesource.com
> > http://timbish.blogspot.com/
> > 
> > 
> > 
> > 
> > 
> 
-- 
Tim Bish
http://fusesource.com
http://timbish.blogspot.com/



Reply via email to