Changeset 78 for trunk/src/main/java/omq/client/proxy/MultiProxymq.java
- Timestamp:
- 07/05/13 15:03:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/java/omq/client/proxy/MultiProxymq.java
r77 r78 39 39 40 40 Properties env = broker.getEnvironment(); 41 replyQueueName = env.getProperty(ParameterQueue.RPC_REPLY_QUEUE);42 41 exchange = multi + uid; 43 42 serializerType = env.getProperty(ParameterQueue.PROXY_SERIALIZER, Serializer.JAVA); … … 53 52 54 53 // Add the correlation ID and create a replyTo property 55 BasicProperties props = new BasicProperties.Builder().appId(uid).correlationId(corrId). replyTo(replyQueueName).type(serializerType).build();54 BasicProperties props = new BasicProperties.Builder().appId(uid).correlationId(corrId).type(serializerType).build(); 56 55 57 56 byte[] bytesRequest = serializer.serialize(serializerType, request);
Note: See TracChangeset
for help on using the changeset viewer.