Package com.amazonaws.services.sqs.model

Examples of com.amazonaws.services.sqs.model.SendMessageResult


        synchronized (messages) {
            messages.add(message);
        }
       
        SendMessageResult result = new SendMessageResult();
        result.setMessageId("f6fb6f99-5eb2-4be4-9b15-144774141458");
        result.setMD5OfMessageBody("6a1559560f67c5e7a7d5d838bf0272ee");
        return result;
    }
View Full Code Here

TOP

Related Classes of com.amazonaws.services.sqs.model.SendMessageResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.