Package org.hornetq.core.message.impl

Examples of org.hornetq.core.message.impl.MessageImpl


    @Override
    public Map<String, Object> getProperties() {

        if(clientMessage instanceof MessageImpl){
            MessageImpl message = (MessageImpl)clientMessage;
            return message.getProperties().getMap();
        }

        return new HashMap<String,Object>();
    }
View Full Code Here

TOP

Related Classes of org.hornetq.core.message.impl.MessageImpl

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.