ENS and folder name

Hi,

I'm using Event Notification Service in Messaging Server.

I need to generate NewMsg events also for other folder than inbox.

I set the variable:

local.store.notifyplugin.noneInbox.enable

to enable event generation for all folders.

But how to determine which folder the event comes from?

Best regards,

e2rd

[365 byte] By [e2rd] at [2007-11-26 10:24:22]
# 1
I've no clue how this might be done. In fact, I doubt it can be done on 5.2, Perhaps on 6.2.
jay_plesset at 2007-7-7 2:26:23 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
Does anyone know how to check which folder does the event come from?Is it possible in MS 6.2?
e2rd at 2007-7-7 2:26:23 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

I suspect that the folder name isn't part of what is available to ENS,

Actually, for 6.2, you can have this:

Event notifications can be generated for changes to the INBOX alone, or to the INBOX and all other folders. The following configuration variable allows for INBOX only (value = 0), or for both the INBOX and all other folders (value = 1):

local.store.notifyplugin.noneInbox.enable

check the doc, here:

http://docs.sun.com/app/docs/doc/819-2655/6n4u96gfg?a=view

jay_plesset at 2007-7-7 2:26:23 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...