Re: [JBoss-user] JMS Queue Question

2003-06-02 Thread Ed Brown
Quoting David Ward <[EMAIL PROTECTED]>: > Excuse me if I'm wrong, but is this the same Ed Brown that was flaming JBoss > on > the jboss-user list (though not being an actual user) some months ago? If > so, > what is your motivation for continued harassment? If not, I

Re: [JBoss-user] JMS Queue Question

2003-05-27 Thread Ed Brown
/sourceforge > _______ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > -- Ed Brown - [EMAIL PROTECTED] ___ This mail sent using

RE: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-28 Thread Ed Brown
Sent: Friday, March 28, 2003 7:38 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] JBoss: Not Ready For Prime Time > > > Quoting Sacha Labourey <[EMAIL PROTECTED]>: > > > > > So don't use it. > > > > I'm no longer using it. > >

RE: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-27 Thread Ed Brown
Quoting Sacha Labourey <[EMAIL PROTECTED]>: > So don't use it. I'm no longer using it. Ed Brown _ This mail sent via toadmail.com, web e-mail @ ToadNet - want to go fast? http

[JBoss-user] JBoss: Not Ready For Prime Time

2003-03-26 Thread Ed Brown
I've been monitoring this email list for some time. Occasionally, I've also posted here to get information. I've come to the conclusion that JBoss is not ready for prime time. There are just too many bugs with the app server. Just my opi

Re: Alternative JMS Providers (Was: Re: [JBoss-user] jms issues)

2003-01-20 Thread Ed Brown
Quoting Stefan Arentz <[EMAIL PROTECTED]>: > > On Wednesday, Jan 15, 2003, at 03:44 Europe/Amsterdam, Ed Brown wrote: > > > > > Quoting "Gary S. Cuozzo" <[EMAIL PROTECTED]>: > > > >> hey all, > >> I'm doing some testi

Re: [JBoss-user] jms issues

2003-01-17 Thread Ed Brown
Quoting Peter Fagerlund <[EMAIL PROTECTED]>: > > torsdagen den 16 januari 2003 kl 03.49 skrev Ed Brown: > > > Here are the list of problems that I ran into when I used the JBoss > > implementation: > > > > 1. If too many messages were queued up, and the

RE: [JBoss-user] jms issues

2003-01-15 Thread Ed Brown
seem to hold up under heavy load. Ed Brown _ This mail sent via toadmail.com, web e-mail @ ToadNet - want to go fast? http://www.toadmail.com --- This SF.NET email is

Re: [JBoss-user] jms issues

2003-01-14 Thread Ed Brown
ggest you investigate ways of using other JMS implementations with JBoss. It is not worth the effort to use JBoss's implementation for a production system. Ed Brown _ This mail sent via toadmail.com, web

Re: [JBoss-user] JBoss on Solaris?

2002-10-27 Thread Ed Brown
resolved to localhost and the machine name. I removed the machine name from the 127.0.0.1 entry, and added an entry with the IP address and the machine name. After restarting JBoss, everything was fine. Ed Brown _ This mail

[JBoss-user] JBoss JMS Examples

2002-05-30 Thread Ed Brown
Hello, the JBoss website seems to be in a state of hosery. I need some examples of how to use JMS with JBoss and how to configure the jboss.xml file. Is there another website with JBoss examples? TIA Ed Brown _ This

Re: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Ed Brown
-- // Utility Methods // private void log(String message) { if (message == null) { System.out.println("-- null"); return

[JBoss-user] JAAS Example Not Working

2002-01-29 Thread Ed Brown
Looking at the archives shows previous errors like this, but no solutions to my case when the client is a "true client" and not a servlet or another EJB. TIA. Ed Brown _ This mail sent via toadmail.com, web e-ma

[JBoss-user] MDB Exception Occuring in onMessage

2002-01-15 Thread Ed Brown
c; } public void ejbRemove() throws EJBException { System.out.println("EdsMsgBean::ejbRemove()"); } public void onMessage(Message message) { System.out.println("EdsMsgBean::onMessage messgae received"); // System.out.println("EdsMsgBean::onMessage(&q

[JBoss-user] Re: JMS Failure

2002-01-15 Thread Ed Brown
); // System.out.println("EdsMsgBean::onMessage(" + message + ")"); } } Ed Brown _ This mail sent via toadmail.com, web e-mail @ ToadNet - want to go fast? http://www.toadmail.com __

[JBoss-user] JMS Question

2002-01-14 Thread Ed Brown
Does JMS work "out of the box" for JBoss? I get an exception whenever my MDB onMessage(Message) method is called. Ed Brown _ This mail sent via toadmail.com, web e-mail @ ToadNet - want to go

[JBoss-user] MDB Problem

2002-01-14 Thread Ed Brown
c; } public void ejbRemove() throws EJBException { System.out.println("EdsMsgBean::ejbRemove()"); } public void onMessage(Message message) { System.out.println("EdsMsgBean::onMessage messgae received"); // System.out.println("EdsMsgBean::onMessage(&q