What versions are you using? There was a recent TextMessage fix in
the .NET stuff.
On 8/3/06, sparky2708 <[EMAIL PROTECTED]> wrote:
It seems that when I send messages from the example producer in ActiveMQ in
Java by running "ant producer" and try to receive the message in
OpenWire.NET using c# there are a lot of blank spaces that are added to the
message when I receive it. I am just using the example OpenWire.NET client
you provide and the example java classes that you provide. Any idea why
there are so many spaces added? My C# code looks like:
private IMessageConsumer _consumer;
public string Receive()
{
IMessage message = _consumer.Receive();
if (message == null)
return null;
else
return ((ITextMessage) message).Text;
}
--
View this message in context:
http://www.nabble.com/Extra-Spaces-in-Text-Messages-received-through-OpenWire.NET-tf2046718.html#a5636231
Sent from the ActiveMQ - User forum at Nabble.com.
--
Regards,
Hiram
Blog: http://hiramchirino.com