Yes, that makes sense. It concerns me that something like this can block the
whole system, but I will try to be more careful about sending messages
through this bridge in the future.

Thanks,
Brian

-----Original Message-----
From: Andreas Mueller [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 3:54 PM
To: [EMAIL PROTECTED]
Subject: [developers] SwiftMQ backed up


Yes, as the bridge is basically a client. So you need the class at the 
bridge, because it converts a SwiftMQ message into a WLS message and does 
this:

weblogicMsg.setObject(swiftmqMsg.getObject());

-- 
Andreas Mueller, IIT GmbH, Bremen/Germany, http://www.iit.de
SwiftMQ - JMS Enterprise Messaging System, http://www.swiftmq.com


-----Original Message-----
From: "Duke, Brian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Mon, 10 Sep 2001 18:14:46 +0200
Subject: [developers] SwiftMQ backed up

> It's the destination router that gets stuck. We have remote routers
> connected to a central router which is then bridged to WebLogic. The
> messages were flowing into the central router and backing up there.
> They
> were not getting bridged. Perhaps the problem is in the bridge? 
> 
> -----Original Message-----
> From: Andreas Mueller [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 10, 2001 11:20 AM
> To: [EMAIL PROTECTED]
> Subject: [developers] SwiftMQ backed up
> 
> 
> > In our usage of SwiftMQ, we send a lot of serialized object messages.
> > Friday
> > afternoon, I accidentally sent a new object message to our production
> > SwiftMQ server that wasn't in it's classpath. As a result, SwiftMQ
> got
> > "stuck" trying to process this message and about 10000 messages got
> > backed
> > up behind this bad message. I removed the message this morning and
> > everything worked just fine. My question is should this happen? It
> > seems
> > like a possible bug that a bad message should essentially halt the
> > whole
> > system.
> 
> The router doesn't need the class in the classpath. The object is 
> serialized at the source client and then a byte stream is transferred. 
> Only the destination client needs the class. Who stucks - the client or
> the router?
> 
> -- 
> Andreas Mueller, IIT GmbH, Bremen/Germany, http://www.iit.de
> SwiftMQ - JMS Enterprise Messaging System, http://www.swiftmq.com
> 
> 
> ------------------------------------------------------
> SwiftMQ developers mailing list * http://www.swiftmq.com
> To unsubscribe from this list, send an eMail to 
> [EMAIL PROTECTED] and write in the body of your message:
> UNSUBSCRIBE developers <your-email-address>
> Archive: http://www.mail-archive.com/[email protected]/
> 
> 
> ------------------------------------------------------
> SwiftMQ developers mailing list * http://www.swiftmq.com
> To unsubscribe from this list, send an eMail to 
> [EMAIL PROTECTED] and write in the body of your message:
> UNSUBSCRIBE developers <your-email-address>
> Archive: http://www.mail-archive.com/[email protected]/
> 
> 
> 
> 


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/[email protected]/


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/[email protected]/




Reply via email to