Hi Mark,
Thank you, I downloaded it and try the solution!
Thx again!
Feri
Type: Posts; User: take5; Keyword(s):
Hi Mark,
Thank you, I downloaded it and try the solution!
Thx again!
Feri
Hi,
I was a question, and I have got answer. This answer contains a class, what I would be use. I want to try it, but I can't find the class:
...
Hi Mark,
I have a small problem. I try to use that container, what you suggest, but I don't find. I take my pom the spring-batch-core and spring-batch-integration, but these didn't download that...
Hi Gary,
I try to do, what you suggest, but I thing my knowing not enough.
My new config:
<bean id="mqConnFact" class="com.ibm.mq.jms.MQQueueConnectionFactory">
<property...
Hi Gary,
Thank you your fast answer.
So you tell me that, I have to write my own poller, message getter and aggregator, what solve the transaction handling?
What do you think, can I use the API,...
Dear All,
I have a simple question.
Can I handling all elements (messages) of a group message in one JMS transaction?
The message handling without transaction is ready. But if I have a...
Hi,
So, I'm sorry, it was my mistake. I read, and I found that, if I use JMS, then I don't need this property. Every other property, what I need, I can set up.
Thank you your attention.
Feri
Hi Artem,
It is a misunderstanding. I don't use Ws MQ API. The inserted source only an example, what contains that property what I want to set, (putMsgOprion variable - underscored) and I don't...
Hi Gary,
Thank you your answer.
Yes, the last code, what I sent, is MQ API. I'm looking for something, what help to set up parameters in SI.
My solution is ready, as you see, but the other side...
I have to send group message to an WebSphere MQ queue. I use Spring Integration. I did the connection factory, and other needed definition.
To set up the header properties a header-enricher.
I...
Hi Gary,
Thank you your answer!
No, I don't need dynamic destination.
I need an easy solution to extend actual method.
At this time I set up the needed MQ properties in a property file...
Hi,
I have an architectural question.
I mast to do an jms-based module, what can send same message to more then one destination. The destination setup come from property set. (The topic doesn't...
Hi!
I have used the Integration to handle MQ messages. It work correctly, but I try to create function-separately context files.
Here is the file:
<?xml version="1.0" encoding="UTF-8"?>...
Hi!
I wrote an application, where I use Hibernate to data processing.
I have to make a table-triggered processing. I did id with jdbc:inbound-channel-adapter, but the result set, what I get, is...
Hi Oleg,
Thank you your answer, it is work.
The solution:
Config
<jms:message-driven-channel-adapter id="MdcaBean"
Hi,
I use the jms:message-driven-channel-adapter, and it work correctly, but when I set auto-startup property to false, the it is not started (of course).
Can anybody told me, how can I start the...
Hi Oleg,
Thank you, it has helped. Finally I will understand how does it work! :)
Thanks again!
Feri
Hi Oleg,
Thank you, it has helped!
Finally I understand how does it work!
Feri
Hi,
I have an application what use WebSphere MQ to messaage processing.
I send message with jms:outbound-channel-adapter. It works correcly, but...
I have to know, the send was success or not. ...
Hi Mark,
That is the true I looking for users guide or sample about header mapper strategy, but it was not successfull. (That is tre real possibility, it is my mistake! :) )
But, when I checked...
Hi Mark,
Thank you your answer, that was what show me the path what I need. :)
The solution is next:
Configuartion:
<bean id="connectionFactoryFCC"...
I try to change the setup.
One of my idea was the usage of JmsTemplate.
I made a class what is inherited from JmsTemplate:
public class SimpleMessageProducer
{
@Autowired
Hi Mark,
Thanks your answer, but it doesn't work. I think my problem is not the message header. As I can check, the MQ manager don'T get my message.
I tkae the codes:
<?xml version="1.0"...
Hi,
I have to write a mainline program what get messages from 3 different WebSphere queue, process the messages and send back the answers to the message owners.
It works correcly, when I write...
After when I take the classpath the missing jar, I can run it in Eclipse (STS).
After it I test is by Maven Build.
Both were successfully.