Skip to content

Commit c266c95

Browse files
committed
QPIDJMS-295 Add support for content-encoding property
1 parent ded5733 commit c266c95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsMessagePropertyIntercepter.java

-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ public void setProperty(AmqpJmsMessageFacade message, Object value) throws JMSEx
203203
throw new JMSException("Property " + JMS_AMQP_CONTENT_ENCODING + " cannot be set from a " + value.getClass().getName());
204204
}
205205
message.setContentEncoding(rc);
206-
207206
}
208207

209208
@Override

0 commit comments

Comments
 (0)