Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
navds
Creator II
Creator II

Activemq not dequeueing

I really am having trouble with the ESB stack and hope someone will give me clarification on the below points.

  • When I put a jar in container/deploy, it is loaded by Karaf (Felix to be precise). But in inverse is not true, when I upload a bundle from the webconsole, it is not created in container/deploy
  • Now what happens when I put the same jar, first in container/deploy and update it from the webconsole ? I suspect there is something wrong with this update. Details after.
  • I have a bundle consuming an activemq queue. It isn't working, maybe crashed (no logging output to find out). When a message arrives at the queue, no one else can view it. So the pending message is increasing but no client can see any message from activemq. I suspect it has something to do with the previous point.
  • What are the best way to implement an openwire client in talend. I am using job instead of route since I need more operation on the message. I tried the tMom* components as well as the tJMS* so far, tried transactional from the former.

Have you experienced the same problem ? How did you get arround it ?

 

[EDIT]

Just found out this thread https://stackoverflow.com/questions/27928419/activemq-throwing-unmatched-acknowledge-exception

Does these components have some issue related to exception handling ? For information, I am using studio 6.4.1 and the server is 6.5.0M2. Why ? I couldn't even use the tJMS* in Studio version 6.X above this. 

Labels (2)
1 Solution

Accepted Solutions
navds
Creator II
Creator II
Author

For whom who may come here. The issue was due to a pid working on the background (unable to complete) blocking the others. Note to self, never import a bundle from the webconsole to update it.

View solution in original post

1 Reply
navds
Creator II
Creator II
Author

For whom who may come here. The issue was due to a pid working on the background (unable to complete) blocking the others. Note to self, never import a bundle from the webconsole to update it.