Re: A problem with blobmessage on activemq 5.0

2008-05-21 Thread Marco Buss
session.close(); } if (conn != null) { conn.close(); } } catch (JMSException ex) { } } a1 = System.currentTimeMillis() - a1; System.out.println(a1); } } -- View this message in context: http://www.nabble.com/A-problem-with-blobmessage-on-activemq-5.0-tp15523989s2354p1

A problem with blobmessage on activemq 5.0

2008-02-16 Thread Iosev Perez Rivero
I have a problem with this code: import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.MessageProducer; import javax.jms.QueueConnection; import javax.jms.QueueConn