Currently it is not possible to provide processing options (transported via query options) when using j4p.register(...) in the JavaScript client. In this case, processing options can only be given to constructor of the Jolokia client. One could use individual client objects with different processing options, but this is an overhead which can be avoided when allowing processing options directly when registering jobs.
See also #61 for a former discussion with the same issue.