Skip to content

Commit

Permalink
QPIDJMS-295 Add support for content-encoding property
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Sep 18, 2024
1 parent ded5733 commit c266c95
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ public void setProperty(AmqpJmsMessageFacade message, Object value) throws JMSEx
throw new JMSException("Property " + JMS_AMQP_CONTENT_ENCODING + " cannot be set from a " + value.getClass().getName());
}
message.setContentEncoding(rc);

}

@Override
Expand Down

0 comments on commit c266c95

Please sign in to comment.