Do you remember if you solved the problem? I'm getting null values for the fields which are INTEGER's for others I'm getting proper non-null values.
Greetings,
Lukasz
Type: Posts; User: lukasz.rzeszotarski; Keyword(s):
Do you remember if you solved the problem? I'm getting null values for the fields which are INTEGER's for others I'm getting proper non-null values.
Greetings,
Lukasz
Ok, great I will do that.
Thanks,
Lukasz
Above code is taken directly from spring implementation. See
https://fisheye.springsource.org/cru/INT-CR-41
And I am not sure if it is coded to the JMS spec in this part.
Can you point me...
I've changed only consumer name (direct modification on object property in debug mode in runtime). The problem is that when I create a new consumer I would like to have possibility to set up his...
Ok... I modified (it's not a solution but it shows where the problem is...) Let's take a look at private method ......
Concerning the following configuration for OracleAQ in Spring
<jms:listener-container connection-factory="connectionFactory"
client-id="LUKAS34"
message-converter="messageConverter"
...