The Java Message Service (JMS) API is a Java Message Oriented Middleware (MOM) API for sending messages between two or more clients. JMS is a part of the Java Platform, Enterprise Edition, and is defined by a specification developed under the Java Community Process.
2
votes
0answers
26 views
NULL Database Record Returned After Reading Database Record Immediately After Insert
I'm using Spring JMS with the JPA Hibernate implementation and I'm seeing an intermittent issue with a insert and then instant read of the same record.
web application flow:
-Data gets posted to my ...
0
votes
0answers
10 views
SoapUI JMS Jboss AS7 HornetQ
I want to put a text message in a Queue using soapUI+HermesJMS.
Envirnoment is Jboss AS7 +HornetQ need help on configuring HermesJMS.
0
votes
0answers
19 views
Strange behavior of JMS queue in Glassfish 3.1.2
My application consumes JMS messages in a Glassfish 3.1.2 server and OpenMQ as JMS provider.
The strange behavior happens when a consumer fails to process a message. In this situation Glassfish ...
1
vote
1answer
23 views
purgue inactive queues using jmsTemplate
I am trying to purge inactive queues in activeMQ
<amq:broker persistent="true" useJmx="true" schedulePeriodForDestinationPurge="1000">
<amq:destinationPolicy>
...
1
vote
2answers
16 views
Password security using JMS Request-Reply
I am implementing a Request-Reply pattern using JMS (ActiveMQ) as a logon service. It all works well. I send the username and password in the message and then check the encrypted version of the ...
1
vote
0answers
17 views
obtaining jms connection to external weblogic server via jndi
I'm using spring to obtain connection factory for jms
<!-- looking through jndi -->
<bean id="jndiTemplate" class="org.springframework.jndi.JndiTemplate">
<property ...
0
votes
1answer
13 views
org.springframework.jms.connection.CachingConnectionFactory cannot be cast to org.springframework.amqp.rabbit.connection.ConnectionFactory
I am getting the following error when I run rabbitmq and jms Spring Project together.
ERROR o.s.web.context.ContextLoader - Context initialization failed
...
0
votes
0answers
31 views
wso2 esb jms binding
ESB Proxy service is currently listening to IBM MQ Queue using .binding file via JMS transport.
We have another queue created to meet another functional requirement - do we need to update existing ...
0
votes
1answer
22 views
How to acknowledge messages in Message Driven Beans
In the JMS documentation I read that Message Driven Beans doesn't support CLIENT_ACKNOWLEDGE mode, only DUPS_OK_ACKNOWLEDGE and AUTO_ACKNOWLEDGE.
As I understand it, in AUTO_ACKNOWLEDGE mode, the ...
2
votes
1answer
30 views
How to do XA transaction which includes JDBC and JMS transactions?
I need to do XA transaction in java SE with JDBC and JMS Queues. I have weblogic server to lookup for resources. kindly help with some sample code.
0
votes
0answers
28 views
Sending Messages to Jboss 5.X JMS Queue using QTP 11.5
we are trying to send Messages to JMS Message Queue using QTP.
I have given jms configuration details as follows in QTP.
JNDI initial context factory = org.jnp.interfaces.NamingContextFactory
JNDI ...
1
vote
0answers
22 views
jboss AS 7 clusterring connect master slave with jms queue
I use jboss 7 and I want to implement the following configuration.
I want to have a master node that produces messages and place them into a queue. In the domain there will be slaves which will ...
3
votes
1answer
70 views
High Performance Messaging between Java Client and Java 'Back End'
I have a basic Java Messaging application that sends JAVA objects to a remote server for processing. I leverage Spring support on both sides of the wire and use ActiveMQ as my JMS provider. It works ...
0
votes
1answer
40 views
interaction with database and messaging service. jms or rmi? [closed]
I'm writing a digital messaging service(a sort of guestbok but with "topics") where some users can only read message from subscribed "topics", and others can read and write message on topic they own.
...
1
vote
1answer
51 views
DefaultMessageListenerContainer consuming messages intermittently
I have the following configuration for consuming messages from a queue. I need to make sure that the task executor should perform only one task at a time and hence I have configured the task executor ...
0
votes
1answer
40 views
Syntax for selecting messages by Jms ID
What is the correct syntax for selecting messages based on their corresponding JMS ID?
Currently I use:
String selector = "JMSMessageID='ID:305:1:5:1:1'";
messageConsumer = ...
0
votes
1answer
27 views
What is format of websphere MQ messages
After checking out mq series docs and white paper I have got the architecture for MQ messages ie Message descriptor (Message header)
Application data (Message body) and its details here
But I want to ...
0
votes
2answers
37 views
Active MQ consumer is receiving only the alternative messages
Requirement : One activemq queue should run in one machine (say machine1) .That queue should be accessed from the machine1 and another machine(say machine2).And the listener will run only in ...
1
vote
2answers
51 views
How JMS client notice about new message
I'm learning JMS and wonder how a JMS client (e.g MessageListener) can notice about a new message in queue it registed. Is it frequently send requests to broker via TCP to see if there's a new ...
1
vote
1answer
31 views
Setting the HornetQ Embedded-Remote Example
I am having some troubles setting the example in the hornetq-2.3.0.Final jar under the core folder named Embedded-Remote, I am trying to run the example in a "remote enviroment" using for this two ...
0
votes
0answers
32 views
Using JMS to persist data in Grails
I have JMS plugin installed in Grails 2.2.0. It works famously. However, I now want to extend the functionality to all my domain objects to persist them across a JMS ActiveMQ connection.
The ...
0
votes
3answers
37 views
Framework for handling multiple messages coming in JMS [closed]
We have a JMS channel on which different types of messages are coming,currently we have a code in place to check which message to process in a particular way by checking the content of mesage.We are ...
0
votes
0answers
22 views
PHP Deserializing XML using JMS Serializer
I have a response from an SMS gateway that looks like this:
<?xml version="1.0"?>
<clickAPI>
<authResp>
...
0
votes
0answers
26 views
Grails JMS Plugin: Exceptions in receiver not showing up
I am using jms1.2 plugin with ActiveMQ 5.3.0 and followed the steps mentioned at http://gpc.github.io/grails-jms/docs/manual/index.html to setup the plugin. I am using 'Service Method Queue Listeners' ...
-1
votes
0answers
22 views
Messages from JMS queue to sqs queue [closed]
i have to write a code that receives messages from a JMS Queue and send to an sqs queue.
i have no idea gow to do that. can anybody give me some advices?
0
votes
1answer
41 views
JMS Broker Options for CloudBees?
Does CloudBees offer any JMS hosting or any 3rd party JMS hosting (like IronMQ)? After perusing their Partner Ecosystem pages and developers docs, I don't see anything of the sort. I'd like to deploy ...
1
vote
1answer
72 views
Achieving JMS/AMQP messaging patterns using Redis
This question arises as I came across some mentions (such as this), about using a Messaging software such as ZeroMQ alongwith Redis, but I keep hearing about Redis itself used a messaging-system. So, ...
0
votes
0answers
21 views
JMS MockSession javax.jms.JMSException: Queue with name i not found
I am using MockRunner for unit testing the JMS code. Below is the code:
JMSMockObjectFactory jmsMockObjectFactory = new JMSMockObjectFactory();
MockConnectionFactory mockConnectionFactory = ...
0
votes
0answers
22 views
JBoss 4.2.2 MDB Long Running OnMesage
I am attempting to use an MDB (onMessage) to run a long running JDBC sql query and export the output to disk.
I am running into timeouts with the onMessage because the acknowledge takes place after ...
1
vote
1answer
38 views
JMS multiple consumers for a single queue
One of our customers has a JMS based implementation in which there are queues for reading/writing messages. The JMS client needs to write to an outbound queue and the it will read the response from an ...
0
votes
1answer
40 views
Unable to extract translation id for form label with JMS Translation Bundle
I'm using the JMS Translation Bundle to extract my translations. Everything works, but when I try to extract my translation messages form a form builder I recieve following message:
...
0
votes
0answers
15 views
How to configure managed JMS object in LDAP - openLDAP
I'm pretty new to LDAP so looking for a very specific answer and will try to be more specific with my question.
I'd like to setup a Spring based application with JMS support.
For JMS, I'd like to ...
0
votes
0answers
34 views
is it possible to develop a client server message based program in WCF like Java JMS? [closed]
is it possible to develop a client server message based program in WCF like Java JMS ?!
I am not speaking about service oriented program, just I wanna develop a multi-server and multi-client program.
...
7
votes
1answer
57 views
Oracle AQ same message is delivered twice
I created a AQ in oracle and wrote 2 JMS consumers in Java to listen to the queue. I have observed sometimes that if I produce some message in to queue; the count of dequeued messages from queue is ...
0
votes
0answers
39 views
Grails and ActiveMQ: How to manage connections for DefaultMessageListenerContainer
I'm looking for an alternative to the plugin approach (jms and/or the camel routing plugin) to consuming ActiveMQ from Grails. So far so good, but I'm not able to find any good solutions for managing ...
0
votes
0answers
18 views
Need context Params for Provider URL in Richfaces push
I need to combine JMS(ActiveMQ) with Richfaces Push. I am unaware how to provide the PROVIDER URL through Context param in web.xml. I could find how to override the default value of context factory, ...
0
votes
1answer
58 views
JMS Testing - JMSTemplate send not executed
I have code piece sending jms messages via Spring JMSTemplate. For testing the the method i use Mockito.
My code looks like following.... publishDialogueServiceMessage()->
brokerUrl = ...
0
votes
1answer
26 views
Working around JMS MessageConsumer.receive(long) not returning within the timeout
MessageConsumer.receive(long) allows specifying a timeout on the receive.
However, I have found that if you make the producer go away (e.g. by killing the process), the receive on the consumer ...
1
vote
1answer
50 views
Apache Camel - JMS Remoting: Exception not thrown back to the producer
I'm looking for a solution to make the exception thrown on the consumer side returned to the producer side when using Apache Camel - JMS Remoting.
I found there is a similar question asked already at ...
0
votes
0answers
32 views
Should we ever call setClientId() on the connection factory?
This is in the context of creating a durable subscription.
There is a setClientId() in DefaultMessageListenerContainer and another one in SingleConnectionFactory.
My understanding is :
Durable ...
0
votes
1answer
21 views
Develop generic JMS messaging framework code
I need to develop JMS based application which will asynchronously process inbound and outbound messages with third party systems.
Is it possible to develop generic JMS application which at runtime ...
1
vote
1answer
47 views
javax.jms.MessageListener: What additional threading concerns to take care of?
In this nice article on JMS, Bruce Snyder (Author of "ActiveMQ in Action") mentions:
[one] of the options for implementing a message listener to be used with the Spring DMLC is using ...
0
votes
0answers
27 views
Configuration of WebMethods Client to connect to WebSphere JMS (not WebSphere MQ)
Currently I have setup two queues on WebSphere 7. One for sending and one for recieving messages.
I have configured a activation spec on the receiving queue and the messages are consumed fine by a ...
-1
votes
0answers
60 views
Spring JMS javax.jms.JMSException: Unknown data type: 47 [closed]
I am using Spring version 3 with ActiveMQ 5.8.0 for sending JMS messages. I receive the following Exception when sending a message:
org.springframework.jms.UncategorizedJmsException: Uncategorized ...
0
votes
0answers
24 views
Ajax using ActiveMQ: Any limitations?
It is regarding this old Ajax using ActiveMQ technique.
I know people have tried this but I would like to know about its limitations from someone who has really used it in a large-scale application
...
1
vote
1answer
21 views
Concurrency value in JMS topic listener in Spring
I know Spring but I am a newbie in JMS and started reading the Spring JMS. From the Spring JMS doc Spring doc, I read the following
The number of concurrent sessions/consumers to start for each ...
0
votes
1answer
44 views
WSO2 JMS Mediation
I want to try a use case using WSO2 in which a message sent to a queue is sent to a sequence of queues.
Currently I am using proxyname as the inbound queue and send mediator finally sends to queue ...
0
votes
0answers
32 views
Configuring activemq client for using ssl for encryption only
I was wondering if I can set an activemq broker with a ssl connection with the sole purpose of encryption (similar to HTTPS considering that the client does not check the certificate).
In that sense, ...
0
votes
1answer
33 views
jmsMessage.setJMSMessageID(…) not working? (How to set customised messageID to JMS message ?)
I want to set jms messageId in sequence 1,2,3.... while sending a Jms Message in HornetQ. But when ever I tried to set my customised MessageID to JMS message at the consumer end MessageID of same JMS ...
0
votes
0answers
18 views
How to secure JMS server by MAC list in Weblogic?
Is there any body knows if weblogic can secure JMS server by limit MAC addresses?
For example, I want to make WLS reject the JMS request which is not sent from specified MAC list.
Is that possible to ...
