Search:

Type: Posts; User: Cyrille Le Clerc; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hello, For the update, we have packaged a...

    Hello,

    For the update, we have packaged a detailed and documented version of a JMX enabled version of the DefaultMessageListener at ManagedSpringJmsDefaultMessageListenerContainer (1).

    We also...
  2. This Websphere MQ 7 problem is tracked by IBM as...

    This Websphere MQ 7 problem is tracked by IBM as IZ53893: HASHCODE METHOD MISSING FOR MQDESTINATION IN WEBSPHERE MQ V7 JMSCLIENT and a fix is available in Websphere MQ 7.0.1.2.

    With this fix, the...
  3. MessageProducer & MessageConsumer leaks in CachingConnectionFactory & Websphere MQ 7

    Dear all,

    I discovered that the CachingConnectionFactory has MessageConsumer and MessageProducer leaks with Websphere MQ 7.0.1 JMS connector due to a bug in "MQTopic.hashCode()" and...
  4. Replies
    1
    Views
    1,230

    JaxbMessageConverter implementation

    I proposed a JaxbMessageConverter on the post "sample for messageconverter using e.g. jaxb, xstream".

    http://forum.springframework.org/showthread.php?p=172533

    Hope this helps,

    Cyrille
  5. JaxbMessageConverter implementation

    Here is an implementation of JaxbMessageConverter that rely on Spring WS Jaxb2Marshaller.
    We decided to rely on Jaxb2Marshaller to to leverage all the customization available in this marshaller, in...
  6. Sorry but I am not a WMQ admin at all. I guess...

    Sorry but I am not a WMQ admin at all. I guess your consumer is not Java based but rather a cobol stuff.

    Did you have a look at MQSeries.net forums, there are very skilled guys on them.

    Good...
  7. You can configure MQ ConnectionFactory and Queue...

    You can configure MQ ConnectionFactory and Queue via Websphere Admin console. This works with both MQ Binding (mq binaries installed on the server) and MQ TCP-IP Client modes.



    Can you have a...
  8. Sample to send raw MQSTR messages with Websphere MQ and JmsTemplate

    Sample to send a raw MQSTR message with Websphere MQ and the Spring JmsTemplate using the property-in-queue-name approach (see WMQ Infocenter : Sending a message).

    The point is to use the...
  9. Sample to send raw MQSTR messages with Websphere MQ JMS

    Here are basic samples to send raw MQSTR messages with Websphere MQ

    Send MQSTR message using MQQueue#setTargetClient(int)

    /**
    * Send raw MQSTR message using {@link...
  10. MQSTR format with Websphere MQ JMS

    Hello,

    It seems that your message consumer only supports Websphere MQ's raw MQSTR format and does not support MQHRF2 (an enhanced format with headers in addition to the body of the message). Due...
  11. Replies
    7
    Views
    1,656

    Hello Barath, You are facing an...

    Hello Barath,

    You are facing an OutOfMemoryError that may be related to the DMLC as it may also be related to other pieces of code. Do you have a heapdump generated when this OutOfMemoryError...
  12. Replies
    5
    Views
    1,690

    Retrieving JMSMessageID with JmsTemplate.send method

    Hello Muhwas,

    Unfortunately, the JmsTemplate's send methods (send(...) and convertAndSend(...) ) don't return the sent JMS Message to allow developers to retrieve the fields generated by the...
  13. Annotation based JMXification of DefaultMessageListenerContainer

    Hello Barrath,

    DefaultMessageListenerContainer can not benefit of automatic jmx-exposition as it is not annoted and it does implement an MBean interface (DefaultMessageListenerContainerMBean or...
  14. ConnectorServerFactoryBean and MBeanExporter

    Hello Craig,

    Short answer

    Use "autodetectModeName=AUTODETECT_ASSEMBLER" in MBeanExporter config instead of the deprecated "autodetect=true".



    <bean id="exporter"...
  15. Spring Framework & ActiveMQ Sample

    Hello,

    Here is a SpringFramework & ActiveMQ sample with a message sender and a message receiver :

    JMS Message Sender Sample


    public class SampleSender {

    protected JmsTemplate...
  16. Replies
    5
    Views
    1,919

    ServletContextAware ObjectNamingStrategy

    Hello Alex,

    Here is another approach relying on the name of the web application. This name is typically unique in a Tomcat server and thus is a good discriminator to prevent ObjectName...
  17. Classloader issue ? Class loaded twice ?

    Hello Josh,

    Could your problem be related to a classloader issue ?

    Could you have jms apis jars declared twice : in Websphere base classloader and with the com.ibm.mqjms.jar you put in WAS...
  18. Replies
    3
    Views
    2,159

    Websphere MQ MQMD properties via JMS API

    Hello muhwas,

    Here is a sample of code to set Websphere MQ MQMD properties via JMS API. and few details about where you can get detailed information about MQMD <-> JMS fields mapping.

    Sample
    ...
  19. JMSMessageID is read only in Websphere MQ

    Hello,

    JMSMessageID is read only in Websphere MQ JMS implementation.

    Extract from Websphere MQ Infocenter : Mapping JMS header fields at send() or publish()


    Other information about JMS to...
Results 1 to 19 of 19