Register Public Queue in Trading Network

Hi,

If anyone has worked on registering public queue in Trading Network for batch processing, then could you please let me know? I am new to this concept so need help.
Any guidance will be appreciated! I saw this service which may help “wm.tn.profile.create:newPrivateQueue”. But am not able to pass correct inputs to it. Its throwing NullPointerException.

Thanks in advance!

Please review the TN userguide it should have covered batch/queues topic;

Look these services mainly:

wm.tn.queuing:registerQueue
wm.b2b.editn.batch:registerBatchService
wm.b2b.editn.batch:batchProcess

HTH,
RMG

Thanks for your quick reply. I will try this.