jms Questions
5
Solved
I am using ActiveMQ to send the message.
So when I sent a message, the message comes to receive message. On successful insertion, it is acknowledged.
But I have code after acknowledgement, which ...
Koeppel asked 14/9, 2012 at 12:14
6
Solved
I have an application that uses JMS op top of Oracle advanced queuing. I would like to do a query on the queue table that shows the content of the message (which in my case is XML). So when I do a ...
Stavropol asked 19/6, 2009 at 21:44
2
What is JMSType used for? Can it be used to define the message payload? For example, the payload might be for adding a product and the JMSType could be AddProduct.
Crabtree asked 30/8, 2014 at 2:35
13
I am struggling with an Spring-WS with JMS example. I set the Spring-WS and JMS wiring as per the Spring recommendations. But I kept getting following error. I dont know how to bypass this issue, a...
5
Solved
I need to set message priority so that high priority messages are consumed before low priority messages by receivers.
First I tried with message.setJMSPriority() method to set the priority, but it ...
Thain asked 22/7, 2011 at 9:44
2
Solved
I am using Windows 7 OS. I downloaded apache-activemq-5.8.0.zip from these Link and extracted in C:\Users\Infratab Bangalore\Desktop\Queueing\apache-activemq-5.8.0 directory.
While Activemq initia...
Truss asked 6/8, 2013 at 14:2
3
Solved
I have a erratic problem with Java JMS.
For moments works fine, but throws the following exception erratically and cut the execution.
It is important to note that this occurs without stopping the ...
Decomposition asked 20/5, 2011 at 23:49
4
I've already read the question and answers to What design decisions would favour Scala's Actors instead of JMS?.
Usually, we use messaging solutions which have existed for years already: either a ...
10
Solved
I was wondering what is the difference between a JMS Queue and JMS Topic.
ActiveMQ page says
Topics
In JMS a Topic implements publish and subscribe semantics. When you publish a message it goes to...
Pilaf asked 7/4, 2011 at 5:27
5
Solved
There is a message(text), which format and content i definitely know.
For now,class in Java,that parses and reads this message from file,is implemented.
In real world, this message will come from ...
Reorientation asked 19/10, 2010 at 16:34
9
Solved
We're trying to set a delay on some JMS messages, so that a message will only be added to the queue/ received by the listener after x time. So far we've tried 2 approaches that didn't work.
1) Acc...
Reverie asked 4/8, 2014 at 14:31
2
We're trying to set a re-delivery policy for ActiveMQ using spring jms. We've set an exponential back-off for the re-deliveries, but it seems to be ignored - the intervals between the message re-de...
Nevernever asked 11/5, 2014 at 14:45
3
I am trying to use the asyn send feature availabe in Solace, but I intend to use JMS for abstraction and not use it directly using JCSMP.
JMS 2.0 supports asyn send among other new features: http:...
6
Solved
Is there a way to suppress duplicated messages on a queue defined on ActiveMQ server?
I tried to define manually JMSMessageID, (message.setJMSMessageID("uniqueid")), but server ignores this modifi...
Trixy asked 8/2, 2011 at 14:41
3
Solved
I've been tasked with evaluating ActiveMQ Artemis for JMS clients. I have RabbmitMQ experience, but none with ActiveMQ Artemis & JMS.
I installed Artemis to my local machine, created a new brok...
Painter asked 23/6, 2017 at 16:32
2
We are building an integration project using Apache Camel (Camel 2.10.3, Java DSL based).
We have a route that extracts data from a database (lets call it IN_DB), does some logic and inserts into...
Ancilin asked 5/9, 2013 at 10:30
5
Solved
I searched a lot in web, couldn't find any answers.
Rodas asked 9/8, 2017 at 10:3
2
I am trying to implement JMS in my project. I am using active mq as the provider, and using persistent queues.
Following is the code to retrieve elements from active mq
conn = GlobalConfiguration...
Versed asked 16/2, 2016 at 2:20
3
I am getting the following exception while trying to make a connection with remote MQ from my Java client on my local machine:
com.ibm.mq.MQException: JMSCMQ0001: IBM MQ call failed with compcod...
8
Solved
I am trying to understand what JMS and how it is connected to AMQP terminology.
I know JMS is an API and AMQP is a protocol.
Here are my assumptions (and questions as well)
RabbitMQ uses AMQP p...
Deviltry asked 1/3, 2013 at 3:43
2
Solved
I have a simple Apache Camel route that gets the serialized files from the queue and sends it to some external resource:
public class MyRouteBuilder extends RouteBuilder {
@Override
public void ...
Bette asked 20/7, 2018 at 4:56
5
Solved
I am reviewing a client-server application written in Java. The server receives JMS messages and processes them but the messages can come in an unexpected order, and a cancel can arrive before an o...
3
I want to see content of message which have been queued in ActiveMQ queues.
I opened web-console.(http://localhost:8161/admin/queues.jsp) and clicked on message-id of the message of queue. It gives...
Glasscock asked 29/3, 2017 at 23:19
3
Solved
I have a requirement to add multiple listeners as mentioned in the application.properties file. Like Below,
InTopics=Sample.QUT4,Sample.T05,Sample.T01,Sample.JT7
NOTE: This number can be lot mor...
They asked 3/12, 2015 at 10:16
4
Solved
With Spring4 + ActiveMQ I want to receive a JMS Message from a Queue and convert to POJO automatically. I added the MappingJackson2MessageConverter to DefaultJmsListenerContainerFactory:
@Bean
pub...
Quitrent asked 6/4, 2016 at 9:50
1 Next >
© 2022 - 2024 — McMap. All rights reserved.