jdbcTemplate.update(UPDATE_FIELD_REQUEST,
new Object[] {TEST_FIELD_VALUE,new Integer(FIELD_ID)},
new int[] {Types.VARCHAR,Types.INTEGER});
//JMS
JmsTemplate jmsTemplate=new JmsTemplate(getConnectionFactory());
jmsTemplate.convertAndSend(queue,TEST_MESSAGE);
transactionManager.rollback(status);
} catch(Exception ex) {
ex.printStackTrace();
transactionManager.rollback(status);