Hi Bing, unfortunally we had to downgrade to activemq 5.3.2 before cutting the release (because of a bug found in activemq which effected us). Priority support in activemq is only available in activemq 5.4.x. Anyway you can simply upgrade to an activemq 5.5.0 SNAPSHOT if you want to use the build in priority support or just use your "old" way of handle it.
You can find SNAPSHOTS of activemq 5.5.0 here: https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.5-SNAPSHOT/ I talked to the activemq guys and they will release a 5.4.2 soon, which contains the fix. If you go this way the only thing you need todo is write a Mailet which will add the MAIL_PRIORITY attribute to the mail before it get processed by the RemoteManager. Hope this helps, Norman 2010/11/1 RanBing <[email protected]>: > I was thinking since James3 is already using message queues which support(?) > message priorities, perhaps we can have an elegant solution here. > > > > -------------------------------------------------- > From: "RanBing" <[email protected]> > Sent: Monday, November 01, 2010 7:27 PM > To: "James Users List" <[email protected]> > Subject: two outgoing queues > >> Hi, >> >> My server will be processing regular outgoing mails and bulk mails for >> marketing. The regular emails should always take priority. What I did in one >> of my old James deployment was to add two mailets to match these two type of >> mails with separate remote deliveries. Does james3 support multiple >> outgoing queues? Do you have any recommendations to deal with this type of >> requirement? >> >> Thanks! >> >> Bing >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
