try {
clientLog = Axis2Client.fireClient("ant stockquote -Dmode=placeorder -Dtrpurl=\"jms:/JMStoHTTPStockQuoteProxy?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&java.naming.provider.url=tcp://" + HOST_NAME + ":61616&transport.jms.ContentTypeProperty=Content-Type&transport.jms.DestinationType=queue");
LogViewerStub logViewerStub = new LogViewerStub("https://" + FrameworkSettings.HOST_NAME + ":" + FrameworkSettings.HTTPS_PORT + "/services/LogViewer");
AuthenticateStub authenticateStub = new AuthenticateStub();
authenticateStub.authenticateAdminStub(logViewerStub, sessionCookie);
LogMessage[] logMessages = logViewerStub.getLogs("ALL", "PropertyMediator");
if (!logMessages[logMessages.length - 1].getLogMessage().contains(searchWord)) {
Assert.fail("Sample 253 JMStoHTTPStockQuoteProxy Case doesn't work");
log.error("Sample 253 JMStoHTTPStockQuoteProxy Case doesn't work");
}