1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "name": "Launch Chrome against localhost, with sourcemaps",
6 "type": "chrome",
7 "request": "launch",
8 "url": "http://localhost:4200",
9 "sourceMaps": true,
10 "diagnosticLogging": true,
11 "webRoot": "${workspaceRoot}",
12 "userDataDir": "${workspaceRoot}/.vscode/chrome"
13 },
14 {
15 "name": "Attach to Chrome, with sourcemaps",
16 "type": "chrome",
17 "request": "attach",
18 "port": 9222,
19 "sourceMaps": true,
20 "diagnosticLogging": true,
21 "webRoot": "${workspaceRoot}"
22 }
23 ]
24}
1@ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Topic")
2@ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue")
3