I'm developing a C# application that needs to connect to HornetQ. I've read some documents and
it state that I need to use Stomp so I search more and found Apache NMS.Stomp. I tried to download
the library (.dll) to use with my test application but still didn't work.
Anybody can guide me the way ?
Like
which Library/dll to use
Some example code to connect->create session->create producer/consumer->send/receive msg.
I'm using VS2008 with .Net 3.5
Any comments are appreciated.