Search:

Type: Posts; User: Skulkarni; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,888

    Are you processing the Message in OnMessage()

    Hi Ganesh,
    Are you processing the message after receiving in the OnMessage() itself . Or are are you spawning a thread to handle the message processing?
    The way i have used it, is to...
  2. Replies
    9
    Views
    1,888

    try acknowledge as first step

    Hi Ganesh,
    You can try acknowledge as the first step in OnMessage or try the AUTO_ACKNOWLEDGE instead of CLIENT_ACKNOWLEDGE.

    Thanks
    shishir
  3. Replies
    9
    Views
    1,888

    did you try this?

    Hi Ganesh,
    If you are using JMS template and DMLC then did you try setting this property
    <property name="sessionAcknowledgeModeName" alue="CLIENT_ACKNOWLEDGE"/>

    and in...
  4. I think this should work

    Hi,
    try this
    String queueNm = ((ActiveMQQueue)jmsMsg.getJMSDestination)).getPhysicalName();

    and for topic

    String topic = ((ActiveMQTopic)jmsMsg.getJMSDestination()).getTopicName();
    ...
  5. Problem resolved

    Hi Dennis,
    This is my fourth or fifth attempt at trying to reply and every time the post gets filtered at moderation. Anyway I was able to figure out why the problem was occuring. It...
  6. Problem resolved

    Hi Dennis,
    This is my fourth or fifth attempt at trying to reply and every time the post gets filtered at moderation. Anyway I was able to figure out why the problem was occuring. It...
  7. Resolved but facing another problem

    Hi Dennis,
    Thanks for looking into the post but I was able to track and fix it. My mistake since I figured that I was instantiating the class twice, one as startup bean and second time...
  8. Found the Solution

    Hi Denis,
    I think I found it, I was using the same class for publishing as well as receiving the message and hence had two beans. One as the startup beand other as messageListener bean. ...
  9. Class Members not getting set in OnMessage

    Hi,
    I was trying activeMQ with DMLC and got it to work for few topics. But I am facing with a strange scenario where in I have a class member which is a boolean flag and I am setting it after...
  10. Replies
    0
    Views
    872

    Problem with Durability Subscription

    Hi,
    I was working on trying to integrate spring + activeMQ + jencks using the help available on the net. My requirement is for program to have durable and non durable subscribers on topics and...
Results 1 to 10 of 10