Tagged Questions

OpenJMS is an open source implementation of Sun Microsystems's Java Message Service API 1.1 Specification

learn more… | top users | synonyms

2
votes
0answers
100 views

OpenJMS: context creation fails with InvalideClassException

I am using OpenJMS with NetBeans 6.9.1. I have created a simple NetBeans Platform Application and a module inside it. I have started my openjms-0.7.7-beta using its startup.bat file. Now in the module ...
0
votes
0answers
71 views

Problems with sun-jms-adapter on Oracle GlassFish Service 3.1

I'm having some grief deploying the sun-jms-adapter.rar on Oracle GlassFish Server 3.1 (build 43). I was wondering if anyone else has seen similar problems. I simply deploy the rar through the admin ...
0
votes
1answer
108 views

Add Queue to OpenJMS

at the moment I am playing around a little bit with openJMS. I already got the examples working, but in that cases I have to add / edit the queues and topics in the admin-page. Is it possible - and ...
0
votes
1answer
429 views

JMS queue message receive order

I am adding two JMS messages in the same destination sequentially. Will both of these messages be received in the same order in which I have added them or is there a chance for reverse ordering, that ...
0
votes
1answer
589 views

OPEN MQ - Help with asynchronous

I'm testing open MQ for send and receive messages in my project. I have no problem to configure it to send a synchronous message, but i can't find any way in the official documentation to configure ...
0
votes
2answers
3k views

JNDI Context :: Name jms not bound in this Context

I am trying to configure a JMS server (OpenJMS) into a Spring application and when I refer the resources using the notation "jms/<> I get a "name" not bound exception. Any clue what is missing? ...
0
votes
2answers
2k views

JMS queue logging/browsing for all messages (invisible consumer for queue) (OpenJMS)

do you have idea, if there would be some nice way to browse/log JMS queues? (I'm using OpenJMS) For topics I can just add one consumer more and that's about it but with queues I haven't finished with ...