In your shipped version of the httpd.xml file, you have 2 notify commands commented out.
<!--
<notify queue='/QSYS.LIB/TSTLIB.LIB/NOTIFY2.DTAQ' key='{NAME}' data='{FOLDER}'/>
<notify queue='/QSYS.LIB/TSTLIB.LIB/NOTIFY1.DTAQ' key='' data='{NAME},{FOLDER}'/>
-->
I'm experimenting and it appears that only one of them will be fired (in the current release). As a test, I set up one *DTAQ keyed and one non-keyed - expecting to see the same notification show up twice (not that it makes much business sense off the top of my head). It looks like it only fires the last queue found in the XML.
Also, it looks like it only fires once, regardless of the number of files selected in the folder. It also looks like it only fires once, regardless of the number of folders containing selected files.
Please advise - thanks, *bg
Inbound notification support
Re: Inbound notification support
Both XML formats are supplied as comment examples.
You select which one to use.
Version 1.0 only sends the folder
Version 1.1 sends all selected files.
<notify queue='/QSYS.LIB/DEVJSM.LIB/NOTIFY2.DTAQ' key='{NAME}' data='{FOLDER}/{FILE}'/>
<notify queue='/QSYS.LIB/DEVJSM.LIB/NOTIFY1.DTAQ' key='' data='{NAME},{FOLDER}/{FILE}'/>
You select which one to use.
Version 1.0 only sends the folder
Version 1.1 sends all selected files.
<notify queue='/QSYS.LIB/DEVJSM.LIB/NOTIFY2.DTAQ' key='{NAME}' data='{FOLDER}/{FILE}'/>
<notify queue='/QSYS.LIB/DEVJSM.LIB/NOTIFY1.DTAQ' key='' data='{NAME},{FOLDER}/{FILE}'/>
Re: Inbound notification support
Thanks Alick - any projections on when v1.1 will be available?alick wrote:...
Version 1.0 only sends the folder
Version 1.1 sends all selected files.
...
Will that be a client only or client and sever update?
Re: Inbound notification support
LongReach 1.1 App has been submitted to Apple for approval.
Once the App is ready, then client and server will be released.
LongReach 1.1 App will work with LongReach 1.0 server. An App warning message to upgrade server will appear.
LongReach 1.0 App will not work with LongReach 1.1 server.
Once the App is ready, then client and server will be released.
LongReach 1.1 App will work with LongReach 1.0 server. An App warning message to upgrade server will appear.
LongReach 1.0 App will not work with LongReach 1.1 server.
Re: Inbound notification support
Fantastic - thanks!