36373839404142
protected JmsProducerProperties client; protected MessageProducer jmsProducer; protected TextMessage jmsTextMessage; public JmsProducerClient(ConnectionFactory factory) { this(new JmsProducerProperties(), factory); }
43444546474849
42434445464748