00001 #ifndef _QmfEngineMessage_00002 #define _QmfEngineMessage_00003
00004 /*00005 * Licensed to the Apache Software Foundation (ASF) under one00006 * or more contributor license agreements. See the NOTICE file00007 * distributed with this work for additional information00008 * regarding copyright ownership. The ASF licenses this file00009 * to you under the Apache License, Version 2.0 (the00010 * "License"); you may not use this file except in compliance00011 * with the License. You may obtain a copy of the License at00012 * 00013 * http://www.apache.org/licenses/LICENSE-2.000014 * 00015 * Unless required by applicable law or agreed to in writing,00016 * software distributed under the License is distributed on an00017 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY00018 * KIND, either express or implied. See the License for the00019 * specific language governing permissions and limitations00020 * under the License.00021 */00022
00023 #include "qpid/sys/IntegerTypes.h"00024
00025 namespace qmf {
00026 namespace engine {
00027
00028struct Message {
00029char* body;
00030uint32_tlength;
00031char* destination;
00032char* routingKey;
00033char* replyExchange;
00034char* replyKey;
00035char* userId;
00036 };
00037
00038 }
00039 }
00040
00041 #endif
Qpid C++ API Reference
Generated on Mon Jun 7 17:49:07 2010 for Qpid C++ Client API by 1.6.2-20100208