Re: [JBoss-user] Read a message from another app

2003-10-21 Thread Horia Muntean
Hi, The testing scenario is the same for both versions (JBoss 2.4.9 and JBoss 3.2.1). The diference is that JBoss 2.4.9 is configured with File PM and JBoss 3.2.1 is configured with JDBC PM (hsqldb). On machine A I have the server started and a client (in a different VM) that simply sends

Re: [JBoss-user] Read a message from another app

2003-10-21 Thread Horia Muntean
And, finally, after looking into sorces, I found a way to read the message from a file [code adapted from org.jboss.mq.pm.file.MessageLog.restoreMessageFromFile(TreeMap store, File file) in JBoss-3.2.2]: public static void readMessage(String fileName){ try {

Re: [JBoss-user] Read a message from another app

2003-10-15 Thread Adrian Brock
On Tue, 2003-10-14 at 11:06, Horia Muntean wrote: Hi I am using JBoss-2.4.9 with file PM set up for JBossMQ. This release has a bug (solved partially in 3.2.x series) in the JBossMQ code: if a queue client (in another VM) connected to the server over OIL goes down (due to a network

[JBoss-user] Read a message from another app

2003-10-14 Thread Horia Muntean
Hi I am using JBoss-2.4.9 with file PM set up for JBossMQ. This release has a bug (solved partially in 3.2.x series) in the JBossMQ code: if a queue client (in another VM) connected to the server over OIL goes down (due to a network crash for example) and then is brought up again, it will