Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cf7bf1ba83a6cc34c043114e784b2e2e77c27f2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (c) 2009, 2012 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
#    Victor Roldan Betancort - initial API and implementation
#    Eike Stepper - maintenance

ConnectionImpl_0=No transport container available
ConnectionImpl_1=Server rejected logon request
ConnectionImpl_2=Server rejected open session request
MessageConsumerImpl.0=Consumer is configured for asynchronous delivery
MessageConsumerImpl.1=No message to dispatch
MessageImpl_11=Values of type {0} are not supported
MessageImpl_13=Invalid property name {0} 
MessageProducerImpl_0=Null message
SessionImpl_0=Transaction rolled back by JMS server
SessionImpl_1=JMS server failed to rolled back transaction
SessionImpl_2=Message not accepted by JMS server
SessionImpl_3=Consumer {0}  not found. Discarding message.

Back to the top