()
| 83 | } |
| 84 | |
| 85 | public static String createMessageId() { |
| 86 | try { |
| 87 | return Cat.getProducer().createMessageId(); |
| 88 | } catch (Exception e) { |
| 89 | errorHandler(e); |
| 90 | return NullMessageProducer.NULL_MESSAGE_PRODUCER.createMessageId(); |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | public static void destroy() { |
| 95 | try { |