Products | Versions |
---|---|
TIBCO Enterprise Message Service | EMS 8.5+ |
When you try to run below three lines at a time:
create queue Telstra.test1 secure,sender_name_enforced,global,trace=body
create jndiname Telstra.test1 queue Telstra.test1
grant queue Telstra.test1 user=test1 receive,browse
---------------
For different version (server and admin tool)on windows OS and does not face this issue.It was able to execute first two commands and need to enter for the third command to execute.
1)8.3 admin tool and 8.3 server
2)8.5.1 admin tool and 8.3 server
3)8.3 admin tool and 8.5.1 server
4)8.5.1 admin tool and 8.5.1 server
-But for same when you try with EMS 8.5 EMS server and admin tool in linux machine,only first command is executed.
-----------------------
This has found as a problem with the third-party code we used to implement EMS-1608 [Provide command history in tibemsadmin on UNIX].
We are tracking this issue through defect EMS-7849 [tibemsadmin fails to process multi-line paste correctly] and will look into addressing it in a future release.