IBM Exam Questions

How can an AJAX application running on a remote machine perform a destructive get of messages from T

An application is putting messages on queue TEST.QUEUE. The queue manager is running on mydomain.company.com listening on the default port. The IBM WebSphere MQ Bridge for HTTP was deployed under the context WMQBridge in an IBM WebSphere Application Server listening on port 9082 on the same machine.
How can an AJAX application running on a remote machine perform a destructive get of messages from TEST.QUEUE?

A.
Issue an HTTP POST to URI
http://mydomain.company.com:1414/WMQBridge/msg/queue/TEST.QUEUE

B.
ssue an HTTP GET from URI
http://mydomain.company.com:9082/WMQBridge/msg/queue/TEST.QUEUE

C.
Issue an HTTP GET from URI
http://mydomain.company.com:1414/WMQBridge/msg/queue/TEST.QUEUE

D.
Issue an HTTP DELETE from URI
http://mydomain.company.com:9082/WMQBridge/msg/queue/TEST.QUEUE