Do I need BNS to create messagequeues on Remote from desktop

ajaybabuCh
ajaybabuCh Member Posts: 208
Hi

While I am trying to receive the message queue from a remote system

its throwing one error in the Event Log the following is the Error

I am running the NAS successfully, but throwing the following error after

connected to remote.



Connection property BN_PublishRetryTime_0 has not been set!
Please make sure that you have properly installed Business Notification Server.


the following is the code that I am trying in the code unit

CREATE(MQBus);
CREATE(CC2);
CREATE (XMLDom);
CC2.AddBusAdapter(MQBus,1);
MQBus.OpenReceiveQueue('BLUE\private$\vertiklsnavision',0,0);

Where BLUE is the server name which has the message queue

and I am running NAS from my desktop

do i need Business Notification Server inorder to receive and create

message Queues to a remote server
Ajay

Comments