Hi Deepak, You can probably just use a standard ITextMessage and set the message body to be the CSV file. Add a header property with the filename. There should be lots of samples that show how to create text messages and set properties. The unit tests in the source code is one such resource.
Best, Jim On Wed, Aug 31, 2016, 6:21 AM dipoody <[email protected]> wrote: > Hi Team, > > I am Deepak Varghese. I am trying to in co-operate ActiveMQ with C# .net > for > some kind of message passing. Could you specify how can I send a ".csv" > file > to active mq's queue using c#.net. If possible give some sample codes. I > need to send and receive some files through MQ. > > Thanks, > Deepak > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-file-passing-with-C-net-tp4715998.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
